I cannot reproduce a difference here; both versions appear to have the same speed. (Of course there's some noise in the data, as always; so if you do just a single run of each version, then either one could get lucky or unlucky.)
On Wed, Apr 12, 2017 at 12:02 PM, Rong Jie <[email protected]> wrote: > I think this might be due to loop fission optimization ( > https://en.wikipedia.org/wiki/Loop_fission), even GCC (C++ compiler) > sometimes does that when appropriate. > V8 doesn't do loop fission. > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
