Comment #13 on issue 2513 by [email protected]: life benchmark slowness
http://code.google.com/p/v8/issues/detail?id=2513
I think the benchmark is special in the sense that it contains 3 implicit
bool=>int conversions in its hottest loops. Calling generic runtime
functions 3 times in such places kills the performance for v8.
Stuff like this probably happens rarely in other benchmarks, e.g. the
pdfjs/mandreel benchmarks in Octane don't have these implicit bool=>int
conversions.
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" 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/groups/opt_out.