DescriptionFix deoptimization of context.
We need to handle the case where the context was removed by dead code
elimination. In that case, we just use the context from the activation
(or from the inlined function if we are inlined).
For reference, here is the CL that introduced the bug: https://codereview.chromium.org/522873002
BUG=410556
LOG=N
R=mstarzinger@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=23699
Patch Set 1 #Patch Set 2 : Change tests not to use undefined as context. #Patch Set 3 : Separate caller context in test #Patch Set 4 : Rebase #
Messages
Total messages: 4 (1 generated)
|