Confirmed users
204
edits
Line 109: | Line 109: | ||
Established Benjamin's [http://benjamin.smedbergs.us/weekly-updates.fcgi/project/js-engine Weekly Status] site for JavaScript Engine work in progress. Feel free to follow along. | Established Benjamin's [http://benjamin.smedbergs.us/weekly-updates.fcgi/project/js-engine Weekly Status] site for JavaScript Engine work in progress. Feel free to follow along. | ||
DONE | |||
* Compiler (JIT) | * Compiler (JIT) | ||
** {{bug|859609}}: Enable inlining of heavyweight functions as well as anonymous lambda clones | ** {{bug|859609}}: Enable inlining of heavyweight functions as well as anonymous lambda clones | ||
Line 117: | Line 118: | ||
* Front End and Other | * Front End and Other | ||
DOING | |||
* Compiler (JIT) | |||
** {{bug|866878}}: Add try-finally support to baseline compiler | |||
* Garbage Collection | |||
* Front End and Other | |||
** {{bug|853301}}: Reenabling JS Intl API in desktop builds | |||
** {{bug|880538}}: Avoid asm.js parse node memory spike | |||
** Compartment isolation for off thread JS parsing, object serialization/deserialization. | ** Compartment isolation for off thread JS parsing, object serialization/deserialization. | ||