DescriptionRestrict the syntax that we aggressively optimize.
Do not use the speculative compiler for functions with other than one
statement in the body, and do not use it if subexpressions can have
side effects. Bailing out to the beginning of the full code is not
sound if side effects have already occurred.
Add tests that would fail without the restrictions.
Committed: http://code.google.com/p/v8/source/detail?r=3826
Patch Set 1 #
Total comments: 2
Messages
Total messages: 2 (0 generated)
|