• mstarzinger's avatar
    [interpreter] Translate exception handlers into graph. · 8bfa1ea3
    mstarzinger authored
    This translates the exception handler table attached to a bytecode array
    correctly into exceptional projections within the TurboFan graph. We
    perform an abstract simulation of handlers that are being entered and
    exited by the bytecode iteration to track the correct handler for each
    node.
    
    R=oth@chromium.org
    BUG=v8:4674
    LOG=n
    
    Review URL: https://codereview.chromium.org/1641723002
    
    Cr-Commit-Position: refs/heads/master@{#33580}
    8bfa1ea3
Name
Last commit
Last update
..
test-bytecode-generator.cc Loading commit data...
test-interpreter.cc Loading commit data...