Confirmed users
1,067
edits
(→JS) |
|||
Line 47: | Line 47: | ||
=== JS === | === JS === | ||
* | * {{ok|Continue to improve responsiveness: GC}} | ||
* Performance | * Performance | ||
** | ** {{risk|reduce performance uniformity issues (slow on some kinds of code)}} | ||
** | ** {{risk|SunSpider / v8 perf improvements, another 30%.}} | ||
** | ** {{ok|jsval 64-bit representation - this allows better perf on win64 and snow leopard.}} | ||
*Improve Web Platform with new features: | * Improve Web Platform with new features: | ||
** | ** {{done|byte vectors for gfx and other uses - specialized ways to ship graphics data around.}} | ||
** Begin building out tool Support | ** Begin building out tool Support | ||
*** | *** {{miss|Design JSD replacement}} | ||
*** | *** {{miss|profiling support w/ JIT active}} | ||
*** | *** {{miss|profiling hooks from JSExecute}} | ||
*** | *** {{miss|heap profiling API}} | ||
* | * {{ok|Basic inline threading system. This should be able to run almost all programs with inline threading, be at least a little faster with the tracing jit on, and be no slower with the tracing jit off.}} | ||
=== Accessibility === | === Accessibility === |