DescriptionX87: [Interpreter] Remove InterpreterExitTrampoline and replace with returning to the entry trampoline.
port 39738bc90537a015bdaa4898478edaf88b021d11 (r36310)
original commit message:
In order to support compiling to baseline on return we need to be able to
return to the actual return address. With this change this is what the
Return bytecode now does, removing the need for the
InterpreterExitTrampoline.
This change also removes the InterpreterNotifyDeoptXXX builtins and
unifies FCG and Igntion to both use NotifyDeoptXXX. As part of this
change, FullCodegenerator::State is moved to Deoptimize::BailoutState.
BUG=
Committed: https://crrev.com/32ba3c91d1c27955a5444d9e8814357f8c3b462c
Cr-Commit-Position: refs/heads/master@{#36344}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|