The new JavaScript engine takes advantage of multiple CPU cores through Windows to interpret, compile, and run code in parallel.
- http://technet.microsoft.com/en-us/library/gg699435.aspx
和
The Chakra engine interprets, compiles, and executes code in parallel and takes advantage of multiple CPU cores, when available.
- http://msdn.microsoft.com/en-us/ie/ff468705.aspx
等等,什么?!?这是否意味着我们在 IE9 中有多线程并行 JavaScript 代码执行(在 web-workers 之外)?
我认为这只是一个糟糕的营销噱头,但希望看到更多关于此的信息。也许它们意味着不同的浏览器窗口/选项卡/进程可以使用多个 CPU?