• Thibaud Michaud's avatar
    [wasm][interpreter][eh] Implement catch with immediate · 44054826
    Thibaud Michaud authored
    In the latest spec, catch can take an exception index immediate, and
    control-flow jumps to the appropriate catch handler depending on the
    thrown exception.
    
    Do this by allowing multiple jump targets for the same pc in labels and
    in the control transfer map. At runtime, the unwinder will choose the
    appropriate control transfer entry based on the exception tag, unpack
    the exception and jump to the handler.
    
    Enable the exception cctests that were currently disabled for the
    interpreter, fix some issues and add tests for the new behaviors.
    
    R=clemensb@chromium.org
    
    Bug: v8:8091
    Change-Id: I30cb8f9459647a7c6f7bfd9785b238a9c9e9fc10
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2690587Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Commit-Queue: Thibaud Michaud <thibaudm@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#72661}
    44054826
Name
Last commit
Last update
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...