JSInternProjects2010: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 1: Line 1:
=== Proposed Intern Projects ===
=== 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.
* 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.
* Measure whether JSC-like ropes would help us out ([https://bugzilla.mozilla.org/show_bug.cgi?id=555395 bug 555395]) and, if that is hopeful, do it
* Measure whether JSC-like ropes would help us out ([https://bugzilla.mozilla.org/show_bug.cgi?id=555395 bug 555395]) and, if that is hopeful, do it
* Improve/import regexp compiler
* Scope chain rework for JM (see https://wiki.mozilla.org/JaegerMonkey#Major_Optimizations)
* Globals reworking for JM (careful--this is high priority)
* General JM work: adding compiler fast paths, perf testing

Revision as of 18:28, 19 April 2010

Proposed Intern Projects

  • 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.
  • Measure whether JSC-like ropes would help us out (bug 555395) and, if that is hopeful, do it
  • Improve/import regexp compiler