Confirmed users
204
edits
| Line 263: | Line 263: | ||
===JS (naveed)=== | ===JS (naveed)=== | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||
{{readonly}} | |||
** Compiler (JIT) | |||
*** Start-up Cache work - ({{bug|959268}} Start XDR of AsmJS modules. | |||
*** Working on speeding up for-of over Arrays using a C++ PIC. Some test breakage needs fixing. | |||
*** ({{bug|958158}} - IonMonkey: Optimize do {} while(false) in IonBuilder | |||
*** ({{bug|922681}} - Landed SetInnerHTML fast path for strings with no markup. | |||
** Garbage Collection | |||
*** B2G Analysis build in progress. HIt's compiling the code we care about with gcc 4.8, finally. | |||
** Front End and Other | |||
*** ({{bug|915336}} ({{bug|949220}} - Make object creation once again an atomic operation (in the JSAPI sense -- that is, if the object is created, it is returned -- no followup fallible operations before the object is exposed/returned) | |||
*** ({{bug|886193}} - Landed function-relazification | |||
*** ({{bug|953013}} - Changed Yarr and our integration of it to throw an exception instead of reporting a non-match if Yarr bails during interpretation | |||
===Layout (jet/dbaron)=== | ===Layout (jet/dbaron)=== | ||
<!-- Read only update this week? Uncomment the following line--> | <!-- Read only update this week? Uncomment the following line--> | ||