The bytecode myth: Why JavaScript and ActionScript are not Worthy Competitors Use Native Client. You'll get as close to machine code as you'll ever get, while running in a sandbox. The only way to go faster is to fully trust the code on your machine. Checkmate. See, I can write the word checkmate, too. How many more times can we come up with a slightly better argument, using only one train of thought about what is ac…
Nitpick: The only way to go faster is to use the hardware privilege separation that Chrome is always already running under, which is considered insufficient to sandbox untrusted code for historical reasons and organizational reasons (Chrome doesn't have much control over the kernels it's running under), but no technical reasons.