Changes

Jump to: navigation, search

IonMonkey

384 bytes added, 06:16, 15 August 2011
no edit summary
IonMonkey is the next generation JavaScript JIT for SpiderMonkey. It is a whole-method JIT with the ability to perform type specialization. It has two goals: excellent performance, and a cleanly engineered design that makes future optimization work possible, and excellent performance.
=Planning=
See [[IonMonkey/Overview]] for an overview of the IonMonkey architecture and its files.
 
=Development=
 
Source code: [http://hg.mozilla.org/projects/ionmonkey]
TBPL: [http://tbpl.mozilla.org/?tree=Ionmonkey]
 
To get started, see the [https://developer.mozilla.org/En/SpiderMonkey/Build_Documentation Build Documentation for SpiderMonkey]. Use the '-h' shell option to see all of IonMonkey's options.
 
Currently, IonMonkey is disabled by default. Use '--ion' to enable it.
Confirm
156
edits

Navigation menu