Mandelin: Starting JägerMonkey
[Posted February 27, 2010 by corbet]
Mozilla hacker David Mandelin
writes about the JägerMonkey project, which is developing a new just-in-time JavaScript compiler for Firefox. "
We decided to import the assembler from Apples open-source Nitro JavaScript JIT. (Thanks, WebKit devs!) We know its simple and fast from looking at it before (I did measurements that showed it was very fast at compiling regular expressions), its open-source, and its well-designed C++, so it was a great fit. Julian Seward modified it to run with our build system and support libraries. Its in our tree with the appropriate licensing, and were already using it to get that 18% speedup I mentioned before."
(
Log in to post comments)