JavaScript:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 12: Line 12:
== Active Projects  ==
== Active Projects  ==


* [http://bugzilla.mozilla.org/show_bug.cgi?id=608741 Type Inference]  
* [http://bugzilla.mozilla.org/show_bug.cgi?id=608741 Type Inference]: perform hybrid dynamic/static analysis of JavaScript code to provide better type/invariant information to the JIT compiler
* [https://bugzilla.mozilla.org/show_bug.cgi?id=650180 IonMonkey]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=650180 IonMonkey]: upgrade current JIT compiler with classic SSA-based compiler techniques to allow better optimization of JIT code
*[[JavaScript:SpiderMonkey:RegExp API|Expose ECMA 262 Regular Expression API]] to C/C++ clients.  
*[[JavaScript:SpiderMonkey:RegExp API|Expose ECMA 262 Regular Expression API]] to C/C++ clients.  
*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.  

Revision as of 21:29, 9 June 2011

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

Hackers

Active Projects

Previous Active Projects

Blue Sky

Benchmarks

Coding Style Guidelines

References