Is it Internet Explorer? I heard that JScript.NET was there for a long time and with .NET, things can be JIT'ed. Are we going to see JIT'ed javascript in IE soon?
feedback
|
migrated from stackoverflow.com Jun 4 '10 at 0:13
This question came from our site for professional and enthusiast programmers.
JScript is somewhat slow. However, I'm not sure it is the slowest. There's dozens of JavaScript engines, it's pretty likely that there's one even crappier than JScript. Although, it is hard to beat implementing objects as linked lists. That is probably the stupidest thing I've ever heard.
JScript.NET is faster than JScript, but Microsoft only allows you to use it on the server in ASP.NET, you can't use it in the browser.
The Chakra engine in IE9 does JIT compilation. In fact, it is probably the fastest JavaScript engine right now, although benchmarking unreleased development code against stable releases is always unfair. | |||
|
feedback
|
