Confirmed users
204
edits
Line 219: | Line 219: | ||
===JS (naveed)=== | ===JS (naveed)=== | ||
{{readonly}} | |||
* Intern Work Completed | |||
Implemented ES6 template strings - bug 1021368, bug 1024748, bug 1031397, bug 1034314, bug 1038259, bug 1038498 | |||
Implemented ES6 String.raw and ToLength (self-hosted) - bug 1039774 and bug 1040196 | |||
Implemented ES6 computed property names - bug 924688 | |||
* Compiler (JIT) | |||
** {{bug|1039458}}: landed basic loop unrolling | |||
** {{bug|1042833}}: removed JS_ION entirely | |||
* Garbage Collection | |||
** {{bug|650161}}: Compacting GC | |||
*** currently it supports moving JSObjects only | |||
*** most tests pass now but there are still some bugs to iron out | |||
*** posted initial set of patches for review | |||
* Front End and Other | |||
** SharedArrayBuffer: cleaned up lock/futex POC code and spec somewhat | |||
** {{bug|1047220}}: Shrink the static atoms table | |||
===Layout (jet/dbaron)=== | ===Layout (jet/dbaron)=== |