DescriptionForce eager compilation of parenthesized functions.
This makes the compiler use eager compilation for function literals that
are parenthesized. We consider this to be a hint that the function will
be called immediatly and hence try to avoid parsing it twice. The parser
already respects this heuristic.
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=12270
Patch Set 1 #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|