Description[turbofan] Unwind and jump to the catch handler in the deoptimizer.
The idea here is to perform the handler lookup in the deoptimizer, and then take the information from the handler table to build the catch handler frame in the deoptimizer. Specifically, we use the pc offset, context location and stack height (in full-code) to tweak the output frame.
Sadly, this still requires nasty voodoo for the liveness analyzer so that it keeps variables alive if they are used in the catch handler.
Committed: https://crrev.com/ab3b3bec86f2c61e3640a2a3f01b5d6d319ad7aa
Cr-Commit-Position: refs/heads/master@{#33936}
Patch Set 1 #Patch Set 2 : Init fix #Patch Set 3 : Rebase, test #Patch Set 4 : Rebase, fix interpreter #Patch Set 5 : Fix context, add context tests #Patch Set 6 : Fix #Patch Set 7 : Tweaks, comments #Patch Set 8 : Remove the hack signpost #
Total comments: 4
Patch Set 9 : Rebase, review comments #
Messages
Total messages: 18 (10 generated)
|