DescriptionAdd the for statement back into the set of things the
non-optimizing compiler can cope with. By default it bails out
to the old compiler on encountering a for loop (for performance)
but with this change the --always-fast-compiler flag will enable
functions with for loops to be compiled in the non-optimizing
compiler. Also enables the non-optimizing compiler on functions
that can be lazily compiled (again only with the flag).
Committed: http://code.google.com/p/v8/source/detail?r=3667
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|