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ワーカー以外)があることを意味しますか?
これは悪いマーケティングの仕掛けだと思いますが、これについてもう少し情報が欲しいです。多分それらは異なるブラウザウィンドウ/タブ/プロセスが複数のCPUを利用できることを意味しますか?