DescriptionAllow lazy compilation (and thus optimisation) of functions inside eval.
For strict-mode eval, this requires _disabling_ lazy parsing of inner functions,
because we need to collect their free variables to do allocation for the
eval scope properly.
R=mstarzinger@chromium.org
BUG=v8:2315
Committed: https://code.google.com/p/v8/source/detail?r=13161
Patch Set 1 #Patch Set 2 : Forgot regression test #Patch Set 3 : Fixed copyright date #
Total comments: 6
Patch Set 4 : Addressed comments #
Messages
Total messages: 3 (0 generated)
|