(no title)
sgarlatm | 12 years ago
Does anyone know how true the claims of 30% faster JavaScript performance are? That sounds too good to be true.
sgarlatm | 12 years ago
Does anyone know how true the claims of 30% faster JavaScript performance are? That sounds too good to be true.
randomfool|12 years ago
FWIW, I only recently understood what made a benchmark suite 'bad'. Basically VMs often speed up by identifying patterns which can be optimized. But there's a balance because this analysis itself has a cost and if the speed up is not much (or does not happen often), then it can slow down other apps. Apparently SunSpider has a number of places where it's easy to add special optimizations, but the result may actually degrade more common code execution.
All browsers optimize for SunSpider, but relying on those numbers alone can be deceiving.
jaredmcateer|12 years ago