JavaScript:Home Page: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* 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. | ||
* [[JavaScript:SpiderMonkey:Context Threading|Context-thread]] the SpiderMonkey interpreter. | * [[JavaScript:SpiderMonkey:Context Threading|Context-thread]] the SpiderMonkey interpreter. | ||
* 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 07:07, 28 February 2006
Intro
JavaScript language and implementation plans go here. For background, see:
- JS items in Brendan's roadmap blog.
- The mozilla.org website's JS language page.
- JS pages at the Mozilla Developer Center.
New Projects
- Narcissus (source code).
- A new SpiderMonkey API for building and inspecting parse trees.
- Context-thread the SpiderMonkey interpreter.
- Make mostly-dense arrays blazingly fast.