|
|
|
|
|
by sgarlatm
4614 days ago
|
|
The press release makes IE11 sound great, but as a developer I know it's going to be yet another version of IE I have to support :( Does anyone know how true the claims of 30% faster JavaScript performance are? That sounds too good to be true. |
|
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.