Confirmed users
367
edits
Line 8: | Line 8: | ||
** Create a baseline asm.js compiler: super-fast codegen but with full static type info | ** Create a baseline asm.js compiler: super-fast codegen but with full static type info | ||
** Allow individual functions in an asm.js module to choose full or baseline (via "use" pragma on individual functions) | ** Allow individual functions in an asm.js module to choose full or baseline (via "use" pragma on individual functions) | ||
** Allow Emscripten users to change default (full or baseline), hand-annotate, or do profiling | ** Allow Emscripten users to change default (full or baseline), hand-annotate, or do profiling to place pragmas. | ||
to place pragmas. | |||
* Parse and AOT compile while downloading: {{bug|1061886}} | * Parse and AOT compile while downloading: {{bug|1061886}} | ||
* Remove async-script requirement for asm.js caching: | * Remove async-script requirement for asm.js caching: |