Confirmed users
204
edits
| Line 293: | Line 293: | ||
===JS (naveed)=== | ===JS (naveed)=== | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||
{{readonly}} | |||
Note: 7/23 Jan De Mooij will provide the JS update here | |||
7/30 Terrence Cole will provide the JS update here | |||
*Last Week | |||
** Compiler (JIT) | |||
*** {{bug|892931}}: Perf bug preventing fast Ion -> Baseline calls in some cases | |||
*** {{bug|864400}}: Optimize ModI for non-constant power-of-2 divisors | |||
*** {{bug|881988}}: PJS: Support calling native functions that have parallelized alternatives | |||
** Garbage Collection | |||
*** {{bug|888338}}: Working on post barriering the browser for GGC | |||
** Front End and Other | |||
*** {{bug|885758}}: Add ExclusiveContext class for off main thread contexts with exclusive access to their compartment | |||
*** {{bug|860923}}: [meta] "use asm" should not affect code speed | |||
*** {{bug|892097}}: LifoAlloc: Reduce freeAllIfHuge bound on B2G | |||
*** {{bug|891209}}: Parse "detectably simple" expressions quickly. Speeds up some cases by 1.1x. | |||
*** Touch support for Emscripten SDL | |||
*** Resolved OdinMonkey FFI calls issue | |||
*This Week | |||
** Compiler (JIT) | |||
*** {{bug|888900}}: Weird Windows-only clipboard regression | |||
** Garbage Collection | |||
*** {{bug|869263}}: Fix oranges, why having an empty virtual function cause oranges on try? | |||
** Front End and Other | |||
*** {{bug|893552}}: OdinMonkey: (ARM) dynamic code is not preserving float registers d8 to d15 as required by the ABI. | |||
*Blockers | |||
** None | |||
===Layout (jet/dbaron)=== | ===Layout (jet/dbaron)=== | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||