JavaScript:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (→‎New Projects: Add link to TraceMonkey)
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
* [[Tamarin]], the new virtual machine for [http://es-lang.org/ ES4/JS2] that's already in Flash.
* [[Tamarin]], the new virtual machine for [http://www.adobe.com/devnet/actionscript/ ActionScript] that's already in Flash.
* [[JavaScript:ActionMonkey|ActionMonkey]], the integration of Tamarin and SpiderMonkey for [[Mozilla 2]].
* A [[JavaScript:SpiderMonkey:Parser API|new SpiderMonkey API]] for building and inspecting parse trees.
* A [[JavaScript:SpiderMonkey:Parser API|new SpiderMonkey API]] for building and inspecting parse trees.
* Make mostly-dense arrays [https://bugzilla.mozilla.org/show_bug.cgi?id=322889 blazingly fast].
* Make mostly-dense arrays [https://bugzilla.mozilla.org/show_bug.cgi?id=322889 blazingly fast].

Revision as of 05:52, 24 April 2009

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

New Projects

Older Projects/Ideas

Coding Style Guidelines

References