Confirmed users
204
edits
| Line 259: | Line 259: | ||
===JS (naveed)=== | ===JS (naveed)=== | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||
{{readonly}} | |||
JavaScript and Low Level Tools Team work week in Toronto week of March 24th 2014: [[https://intranet.mozilla.org/JavaScript_Work_Week_-_2014 JavaScript Work Week March 2014]] | |||
** Compiler (JIT) | |||
*** Blog Post: [[https://blog.mozilla.org/javascript/2014/01/23/the-monkeys-in-2013/ The Monkeys in 2013]] | |||
*** ({{bug|959597}} - Imported ARM simulator for JIT code, fixed test failures, should be able to land it this week | |||
*** ({{bug|921571}} - Fixed pythonfiddle.com | |||
*** ({{bug|952891 }} - Finished final changes for bug for-of PIC. Green on try now, playing well with GC. Refactored some code, replaced JSObject::getElement with an array-specific fastpath, and used heavier inlining to eke out some more performance improvements. Awaiting review and landing. | |||
*** ({{bug|921571}} - Fixed two more crashes in SPS profiler disabling of inline frame profiling. Still seeing a crash when running Octane, but hard to reproduce. Fuzzers recruited to help find reproducible shell cases that break the patch. | |||
** Garbage Collection | |||
*** ({{bug|753203}} - Landed exact rooting on desktop firefox. | |||
*** ({{bug|961077}} - Stop PersistentRooted publicly deriving from LinkedListElement | |||
*** ({{bug|961883}} - Landed memory reporters for GGC StoreBuffer and Nursery, and the SourceData Cache. | |||
*** Debugged GC issue for SharedArrayBuffer. Rebased AsmJS support and posted updated WIP. | |||
** Front End and Other | |||
*** ({{bug|963077}} - Fixed crash caused by function relazification | |||
*** ({{bug|961969}} - Fixed huge crash spike on Nightly "crash in Interpret in HP's online catalog" | |||
===Layout (jet/dbaron)=== | ===Layout (jet/dbaron)=== | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||