• 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
bytecode-graph-builder.cc 59.3 KB