v8/test/cctest/interpreter
mstarzinger 0b3066b8f5 [interpreter] First implementation of stack unwinding.
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}
2016-01-20 18:10:40 +00:00
..
test-bytecode-generator.cc [interpreter] First implementation of stack unwinding. 2016-01-20 18:10:40 +00:00
test-interpreter.cc [interpreter] First implementation of stack unwinding. 2016-01-20 18:10:40 +00:00