JavaScript:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


*[[JavaScript:TraceMonkey|TraceMonkey]], the addition of native-code compilation to SpiderMonkey  
*[[JavaScript:TraceMonkey|TraceMonkey]], the addition of native-code compilation to SpiderMonkey  
*JagerMonkey, a new baseline JIT compiler for SpiderMonkey<br>
*[[JagerMonkey]], a new baseline JIT compiler for SpiderMonkey<br>
*[[Tamarin]], the new virtual machine for [http://www.adobe.com/devnet/actionscript/ ActionScript] that's already in Flash.  
*[[Tamarin]], the new virtual machine for [http://www.adobe.com/devnet/actionscript/ ActionScript] that's already in Flash.  
*Make mostly-dense arrays [https://bugzilla.mozilla.org/show_bug.cgi?id=322889 blazingly fast]. Latest bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=486356 type-specialized Arrays].  
*Make mostly-dense arrays [https://bugzilla.mozilla.org/show_bug.cgi?id=322889 blazingly fast]. Latest bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=486356 type-specialized Arrays].  

Revision as of 23:04, 7 January 2010

JavaScript language and implementation plans go here. For background, see:

Active Projects

Blue Sky

Coding Style Guidelines

References