• mstarzinger's avatar
    [interpreter] First implementation of stack unwinding. · 0b3066b8
    mstarzinger authored
    This implements a first prototype of stack unwinding for interpreted
    frames. The unwinding machinery performs a range-based lookup in the
    given handler table and potentially continues dispatching at the handler
    offset. Note that this does not yet correctly restore the context to the
    correct value when the handler is being entered.
    
    R=rmcilroy@chromium.org,oth@chromium.org
    BUG=v8:4674
    LOG=n
    
    Review URL: https://codereview.chromium.org/1605633003
    
    Cr-Commit-Position: refs/heads/master@{#33414}
    0b3066b8
frames.h 29.8 KB