JavaScript:Home Page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (→‎Active Projects: Replace bugzilla link by project page.)
(Reorder and rename Guidelines)
Line 10: Line 10:


* [[JavaScript:Hackers|JavaScript engine hackers and areas of expertise]]
* [[JavaScript:Hackers|JavaScript engine hackers and areas of expertise]]
== Guidelines ==
* [[JavaScript:SpiderMonkey:Coding_Style|SpiderMonkey code guidelines]]
* [[JavaScript:SpiderMonkey:Regression_Policy|SpiderMonkey performance regression policy]]
== Benchmarks ==
* [[Benchmark Intro]]
* [[Sunspider Info]]
* [[V8bench Info]]
* [[Kraken Info]]


== Tracked Projects  ==
== Tracked Projects  ==
Line 46: Line 58:


* [[JavaScript:JS3 Requirements|JS3 Requirements]], or what lies beyond [http://developer.mozilla.org/es4/ JS2/ES4].
* [[JavaScript:JS3 Requirements|JS3 Requirements]], or what lies beyond [http://developer.mozilla.org/es4/ JS2/ES4].
== Benchmarks ==
* [[Benchmark Intro]]
* [[Sunspider Info]]
* [[V8bench Info]]
* [[Kraken Info]]
== Coding Style Guidelines ==
* [[JavaScript:SpiderMonkey:Coding_Style|SpiderMonkey code guidelines]]
* How to write [[JavaScript:SpiderMonkey:JS_Tests|unit tests]] for use by jsDriver.pl.


== References ==
== References ==

Revision as of 15:48, 15 July 2013

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

Hackers

Guidelines

Benchmarks

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

References