546
edits
(→Layout) |
(→JS) |
||
| Line 63: | Line 63: | ||
=== JS === | === JS === | ||
* ship tracer in Fx3.1 | |||
* | * recursion in the tracer (gal dvander) | ||
* ICC (finally!!!) https://bugzilla.mozilla.org/show_bug.cgi?id=472952 (building 3.2 - mac, know windows benefit) | |||
* | * ES 3.1 planned, with big progress (significant meta hooks) | ||
* Analysis of GC shortcomings (dmandelin) | |||
* | * Continued performance improvements (sunspider, v8 bench, real world cases, dromaeo) | ||
* progress on inline/context threaded interpreter (using nanojit?) (step 1 = make jsop cases functions so they can be called reliably and on Windows) | |||
* | * caching eval, run eval without re-entering the interp, trace eval | ||
* read-only code pages (q1) | |||
* significantly improve OS X valgrind quality using measurements from njn's blog | |||
* work with intel on backend optimization | |||
=== Build System === | === Build System === | ||
edits