• rmcilroy's avatar
    [Interpreter] Generate valid FrameStates in the Bytecode Graph Builder. · 32211800
    rmcilroy authored
    Adds FrameState nodes to graphs built by the Bytecode Graph Builder, in
    preparation for adding deopt support. Also adds a new
    FrameStateType::kInterpretedFunction to allow for specialized deopt
    stack translation for interpreted frames. Finally adds support for
    disabling typed lowering of binary ops, since the current approach
    relies on a FrameState hack which does not apply to interpreted frames
    
    BUG=v8:4280
    LOG=N
    
    Review URL: https://codereview.chromium.org/1514413002
    
    Cr-Commit-Position: refs/heads/master@{#32964}
    32211800
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
bytecode-array-builder.cc Loading commit data...
bytecode-array-builder.h Loading commit data...
bytecode-array-iterator.cc Loading commit data...
bytecode-array-iterator.h Loading commit data...
bytecode-generator.cc Loading commit data...
bytecode-generator.h Loading commit data...
bytecode-traits.h Loading commit data...
bytecodes.cc Loading commit data...
bytecodes.h Loading commit data...
control-flow-builders.cc Loading commit data...
control-flow-builders.h Loading commit data...
interpreter.cc Loading commit data...
interpreter.h Loading commit data...