Javascript:SpiderMonkey:OdinMonkey: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 17: Line 17:
* Move code generation into the parallel compilation tasks ({{bug|959263}})
* Move code generation into the parallel compilation tasks ({{bug|959263}})
* Remove async-script requirement for asm.js caching: ({{bug|961057}})
* Remove async-script requirement for asm.js caching: ({{bug|961057}})
== Usability improvements ==
* Print warning on out-of-bounds heap access : {{bug|879891}}
* Add about:config option to check for and emit warning on unaligned heap access


== Possible further optimization projects ==
== Possible further optimization projects ==
Line 30: Line 34:
** Remove idiv branching
** Remove idiv branching
** Remove double-to-int conversion branching (see also {{bug|818750}})
** Remove double-to-int conversion branching (see also {{bug|818750}})
== Usability improvements ==
* Print warning on out-of-bounds heap access : {{bug|879891}}
* Add about:config option to check for and emit warning on unaligned heap access


== Possible asm.js extensions that don't require new JS features ==
== Possible asm.js extensions that don't require new JS features ==
Confirmed users
367

edits