Fight for the Internet 1!

Sunday, May 3, 2009

Firefox 3.5's new JavaScript engine to use revolutionary new JIT method

Here is small post for you programmer guys that you may find interesting.

Sure, you know what JIT is and why it makes so many modern interpreted languages actually usable in terms of speed/performance. But you probably have not heard of the exact methods through which JIT is achieved, and much less of a new method called "trace trees."

Apparently Mozilla's JavaScript engine has a new feature called TraceMonkey which is based on this new JIT compilation method and "The net result is a massive speed increase both in the browser chrome and Web‐page content."[1]

Programmers may find reading about Trace Trees to be interesting. I did.

For more detailed information about how this works with Firefox 3.5, take a look here.

No comments:

Post a Comment