JSInternProjects2010: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with '=== Proposed Intern Projects === * Scope chain rework for JM (see https://wiki.mozilla.org/JaegerMonkey#Major_Optimizations) * Lazy function parsing, pin parsed scripts in the H…')
 
No edit summary
Line 2: Line 2:


* Scope chain rework for JM (see https://wiki.mozilla.org/JaegerMonkey#Major_Optimizations)
* Scope chain rework for JM (see https://wiki.mozilla.org/JaegerMonkey#Major_Optimizations)
* Lazy function parsing, pin parsed scripts in the HTTP cache to reduce latency where possible (the second piece might not be feasible without some major work)
* Lazy function parsing, pin parsed scripts in the HTTP cache to reduce latency where possible (the second piece might not be feasible without some major work).  Compilation of prefetched scripts might fit in here.

Revision as of 16:39, 19 April 2010

Proposed Intern Projects

  • Scope chain rework for JM (see https://wiki.mozilla.org/JaegerMonkey#Major_Optimizations)
  • Lazy function parsing, pin parsed scripts in the HTTP cache to reduce latency where possible (the second piece might not be feasible without some major work). Compilation of prefetched scripts might fit in here.