DescriptionAvoid starting a new basic block when inlining a function.
Instead of creating a fresh basic block for the inlined body,
I just simulate the outer environment in the middle of the current
block before updating the current environment to the inlined environment and
emitting the enter-inlined instruction.
Committed: https://code.google.com/p/v8/source/detail?r=10954
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|