Javascript:SpiderMonkey:2013Projects: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 49: Line 49:
** Faster DOM <==> JIT Interaction
** Faster DOM <==> JIT Interaction
** Shumway and IonMonkey JIT code-gen caching, Till Schneidereit
** Shumway and IonMonkey JIT code-gen caching, Till Schneidereit
*** Memory cloning
*** Lazy function cloning - if compiled in one apartment clone to others instead of re-compiling
*** Disk Caching
*** Disk Caching - investigate disk caching for functions
*** Re-Lazificiation of functions - memory savings for cold byte code (JITs already do this for codegen)
* Hygiene
* Hygiene
** Remove Jaegermonkey code from the tree
** Remove JaegerMonkey code from the tree

Revision as of 16:46, 16 May 2013

Projects Under Consideration