Description[interpreter] Translate exception handlers into graph.
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
Committed: https://crrev.com/8bfa1ea33ae51b938af3532d1bebc6b1f6583f9a
Cr-Commit-Position: refs/heads/master@{#33580}
Patch Set 1 #Patch Set 2 : Fix compilation on some compilers. #
Total comments: 2
Patch Set 3 : Added tests. #Patch Set 4 : Addressed comments. #
Messages
Total messages: 15 (7 generated)
|