Earlier quoted context omitted.
> its slightly slower (a few %) than regular JS on browsers without asm.js support You sure you meant what you said here?
[deleted]
The comparison that is close is code produced from a C compiler for normal JS, versus code produced from the same compiler and code for asm.js. BUT code that would be written by a human would be expected to be more compact and run much faster than either of those.
Furthermore the code that they wrote would not run on all browsers, and if it did run often crashed the browser. Human written code would not have those problems.