JavaScript:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 31: Line 31:
*Narcissus ([http://lxr.mozilla.org/mozilla/source/js/narcissus source code]).
*Narcissus ([http://lxr.mozilla.org/mozilla/source/js/narcissus source code]).
*[[JS engine modularization]]: incremental long-term project to modularize JS engine source code.
*[[JS engine modularization]]: incremental long-term project to modularize JS engine source code.
*[[Javascript:SpiderMonkey:2013Projects|2013 Projects]]: Projects for the year 2013


== Previous Active Projects ==
== Previous Active Projects ==

Revision as of 19:36, 23 April 2013

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

Hackers

Tracked Projects

Projects here have a project plan with milestones, tasks, and owners.

  • Generational Garbage Collection: General Garbage Collection project plan and milestone.
  • OdinMonkey: OdinMonkey project plan and milestone.
  • Property Element Storage: Property and Element Storage project plan and milestone.
  • Debugging: Debugging JavaScript, in web content (both desktop and mobile) and in chrome (add-ons and Firefox itself)
  • Stack Snapshots: Lightweight records of where errors occurred, where event handlers were registered, and so on.
  • Heap Profiling: Integrated tools for tracking memory use, finding leaks, and so on.

Active Projects

Previous Active Projects

Blue Sky

Benchmarks

Coding Style Guidelines

References