Comment #22 on issue 2741 by [email protected]: max_opt_count is
implemented using the wrong kind of limit
http://code.google.com/p/v8/issues/detail?id=2741
When I take the time to give detailed replies to your various statements,
how am I "not considering anything you're saying"?
Your patch changes:
do_something();
to:
if (true) {
do_something();
}
and you're claiming that causes a 40% speedup? I'd be a little careful with
the word "ridiculous".
Also, frustrating as it may be, there *are* many reasons why benchmark
scores can vary without changes to the source. Some of these reasons we
understand (e.g. thermal management), some are "the computer doing what it
wants". Run the same benchmark repeatedly and you'll see how the result
changes every time. Take the average of 10-20 runs and you'll have a
reasonably good idea whether a change is actually beneficial or not.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.