Confirmed users
3,314
edits
(Moved some links) |
m (Link to new JavaScript project page) |
||
Line 1: | Line 1: | ||
JavaScript | The primary project page for SpiderMonkey has moved to ''[[JavaScript|JavaScript]]''. | ||
== Tracked Projects == | == Tracked Projects == | ||
Line 18: | Line 18: | ||
*[[Javascript:SpiderMonkey:ExactStackRooting|Exact Stack Rooting]]: Conservative rooting has a number of well known downsides. | *[[Javascript:SpiderMonkey:ExactStackRooting|Exact Stack Rooting]]: Conservative rooting has a number of well known downsides. | ||
*[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 | *[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 | ||
*[[Javascript:SpiderMonkey:BaselineCompiler|Baseline Compiler]]: New Baseline JIT to replace | *[[Javascript:SpiderMonkey:BaselineCompiler|Baseline Compiler]]: New Baseline JIT to replace Interpreter+JM. | ||
*[[IonMonkey|IonMonkey]]: upgrade current JIT compiler with classic SSA-based compiler techniques to allow better optimization of JIT code | *[[IonMonkey|IonMonkey]]: upgrade current JIT compiler with classic SSA-based compiler techniques to allow better optimization of JIT 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. |