Nothingness
Diamond Member
- Jul 3, 2013
- 3,283
- 2,341
- 136
As I keep on saying, Sunspider is horrible: it's made of very short synthetic loops that run for a very short amount of time. So if your browser Javascript JIT engine tries to aggressively optimize the loops, a lot of time will be wasted for the translation for code that will run for a tiny amount of time.How can a CPU be so good at Kraken and yet be utterly mediocre in Sunspider? This is hard to believe, there must be some error in benchmarking procedures.
Is this something to do with single-threaded versus multi-threaded performance? Anyone willing to speculate what is going on?
So it's possible it's a Google v8 tuning issue, where it's been set to aggressively optimize JS code too early.