JavaScript/Roadmap: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (→‎Firefox 28: bug 939614)
Line 21: Line 21:
; October 29 - December 9
; October 29 - December 9
* {{jdone|903332}} document.watch() Proxies
* {{jdone|903332}} document.watch() Proxies
* {{jdone|927516}} Worker JS is slower than Main Thread
* {{jdone|927516}} Increase function compilation limits for Workers
* {{jdone|929797}} Implement memory reporting of child processes
* {{jdone|929797}} Implement memory reporting of child processes
* {{jdone|933882}} Invalidate JIT code instead of doing full GC on debug mode toggle (Firebug perf)
* {{jdone|933882}} Invalidate JIT code instead of doing full GC on debug mode toggle (Firebug perf)
* {{jdone|934799}} Lazify delazifying lazy scripts (Debugger perf)
* {{jdone|934799}} Lazify delazifying lazy scripts (Debugger perf)
* {{jok|499198}} WBGP: Optimize Peacekeeper benchmark
* {{jdone|930411}} ES6: Implement module export declarations
* {{jok|637572}} {{nbug|935203}} Implement Debugger.Source (for Firebug)
* {{jmiss|637572}} {{nbug|935203}} Implement Debugger.Source (for Firebug)
* {{jok|332176}} Fix line numbers in eval()'d code
* {{jmiss|332176}} Fix line numbers in eval()'d code
* {{jok|716647}} Debug Ion code on stack
* {{jmiss|716647}} Debug Ion code on stack
* {{jrisk|924839}} Update ICU (for i18n)
* {{jmiss|924839}} Update ICU (for i18n)
* {{jrisk|837963}} ECMA-402 i18n API
* {{jmiss|837963}} ECMA-402 i18n API
* {{jrisk|753203}} Exact Rooting for GGC
* {{jmiss|753203}} Exact Rooting for GGC
* {{jrisk|631811}} Run Valgrind on TBPL, not just Nightly
* {{jmiss|631811}} Run Valgrind on TBPL, not just Nightly
* {{jrisk|934669}} Warn on Object.prototype.{,un}watch()
* {{jmiss|934669}} Warn on Object.prototype.{,un}watch()
* {{jprop|499198}} WBGP: Optimize Peacekeeper benchmark
* {{jprop|932402}} Shumway: create multiple globals
* {{jprop|932402}} Shumway: create multiple globals
* {{jprop|933467}} Shumway: implement iterable weak maps
* {{jprop|933467}} Shumway: implement iterable weak maps

Revision as of 03:44, 13 December 2013


Q3 2013

Firefox 26

August 6 - September 16


Q4 2013

Firefox 27

September 17 - October 28

Firefox 28

October 29 - December 9
  • [DONE] 903332 - document.watch() Proxies
  • [DONE] 927516 - Increase function compilation limits for Workers
  • [DONE] 929797 - Implement memory reporting of child processes
  • [DONE] 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle (Firebug perf)
  • [DONE] 934799 - Lazify delazifying lazy scripts (Debugger perf)
  • [DONE] 930411 - ES6: Implement module export declarations
  • [MISSED] 637572 935203 Implement Debugger.Source (for Firebug)
  • [MISSED] 332176 Fix line numbers in eval()'d code
  • [MISSED] 716647 Debug Ion code on stack
  • [MISSED] 924839 Update ICU (for i18n)
  • [MISSED] 837963 ECMA-402 i18n API
  • [MISSED] 753203 Exact Rooting for GGC
  • [MISSED] 631811 Run Valgrind on TBPL, not just Nightly
  • [MISSED] 934669 Warn on Object.prototype.{,un}watch()
  • [PROPOSED] 499198 - WBGP: Optimize Peacekeeper benchmark
  • [PROPOSED] 932402 - Shumway: create multiple globals
  • [PROPOSED] 933467 - Shumway: implement iterable weak maps
  • [PROPOSED] 939614 - Ion: Add optimization levels
  • JS bugs fixed in Firefox 28

Q1 2014

Firefox 29

December 10 - February 3
  • [ON TRACK] 619558 - GGC
  • [AT RISK] 930908 - Implement synchronous channel for Shumway workers
  • [PROPOSED] 630464 - Pass exception info to window.onerror()
  • [PROPOSED] 851699 - WBGP: Optimize Browsermark benchmark
  • [PROPOSED] 856533 - Implement Ion escape analysis
  • [PROPOSED] 800200 - Remove legacy JSD1 debugging API
  • [PROPOSED] TBD - Debugger: Implement low-level heap analysis (without UI)
  • JS bugs fixed in Firefox 29


Firefox 30+

February 3 -
  • [PROPOSED] 785905 - OMT MIR construction?
  • [PROPOSED] 900784 - Add JS start-up cache (for Firefox OS and Shumway)?
  • [PROPOSED] TBD - Debugger: Implement UI for low-level heap analysis?


Q2 2014

  • [PROPOSED] 854061 - Implement asm.js parser?
  • [PROPOSED] 861963 - Integrate test262 test suite?
  • [PROPOSED] 792439 - ES6 WeakSets?
  • [PROPOSED] 578700 - ES7 Typed Objects?
  • [PROPOSED] TBD - Implement Visual Studio plugin for JS debugger?
  • [PROPOSED] 894105 - SIMD?


H2 2014

  • [PROPOSED] 856533 - Escape Analysis?
  • [PROPOSED] 801869 - PJS?
  • [PROPOSED] 902174 - G1: The Good Parts?
  • [PROPOSED] 568953 - ES6 Modules?
  • [PROPOSED] 837314 - ES6 Classes?
  • [PROPOSED] 645416 - ES6 Symbols?
  • [PROPOSED] TBD - tracelogger?
  • [PROPOSED] TBD - Compacting GC?
  • [PROPOSED] TBD - Concurrent GC?
  • December: ES6 to be standardized?