Description[interpreter] Allow mixed stacks if bytecode is preserved.
This changes the compilation pipeline so that mixed stacks are allowed
when bytecode is preserved. This means there can be activations of both,
"baseline" as well as "unoptimized" code active on the stack at the same
time for any single given function.
R=rmcilroy@chromium.org
BUG=v8:4280
Committed: https://crrev.com/5e08f43531b5f2d8577c6e523c49911b2347db66
Cr-Commit-Position: refs/heads/master@{#38809}
Patch Set 1 #Patch Set 2 : Fix comment. #Patch Set 3 : Adapt test. #
Total comments: 8
Patch Set 4 : Addressed comment. #Patch Set 5 : One more comment. #Messages
Total messages: 19 (13 generated)
|