• fschneider@chromium.org's avatar
    Eagerly deoptimize on never-executed code-paths. · 0aa42292
    fschneider@chromium.org authored
    If type-feedback indicates that an expression was never executed in
    the non-optimized code, we insert a forced deoptimization right away
    to enable re-optimization if we ever hit this path.
    
    With this change we still continue to build the graph. As a next step, we
    should remove the dead code after the deoptimize.
    
    I had to remove one assert about the optimization status in a test since
    we now immediately deoptimize after exiting the loop that triggers OSR.
    
    Also remove a restriction that control-flow from an inlined function in a
    test context always reaches both true- and false-target.
    Review URL: http://codereview.chromium.org/7105015
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    0aa42292
Name
Last commit
Last update
..
assembler-x64-inl.h Loading commit data...
assembler-x64.cc Loading commit data...
assembler-x64.h Loading commit data...
builtins-x64.cc Loading commit data...
code-stubs-x64.cc Loading commit data...
code-stubs-x64.h Loading commit data...
codegen-x64.cc Loading commit data...
codegen-x64.h Loading commit data...
cpu-x64.cc Loading commit data...
debug-x64.cc Loading commit data...
deoptimizer-x64.cc Loading commit data...
disasm-x64.cc Loading commit data...
frames-x64.cc Loading commit data...
frames-x64.h Loading commit data...
full-codegen-x64.cc Loading commit data...
ic-x64.cc Loading commit data...
lithium-codegen-x64.cc Loading commit data...
lithium-codegen-x64.h Loading commit data...
lithium-gap-resolver-x64.cc Loading commit data...
lithium-gap-resolver-x64.h Loading commit data...
lithium-x64.cc Loading commit data...
lithium-x64.h Loading commit data...
macro-assembler-x64.cc Loading commit data...
macro-assembler-x64.h Loading commit data...
regexp-macro-assembler-x64.cc Loading commit data...
regexp-macro-assembler-x64.h Loading commit data...
simulator-x64.cc Loading commit data...
simulator-x64.h Loading commit data...
stub-cache-x64.cc Loading commit data...