Precompiled for what platform? We're kind of past the stage "everything is Wintel x86" nowadays: a lot of JIT compilation derives its power from platform-specific optimizations.
...times various JS interpreters, times various browsers, and keeping all those in sync? Sounds like a support nightmare combined with several attack vectors ("sure, the precompiled version is the same as the original, and doesn't try any funny stuff with pointers, either").
7 comments
[ 2.7 ms ] story [ 30.5 ms ] threadanother option would be to have a <script arch='arm' src='compile.arm.bytecode' /> and compile for various architectures before hand.
And it still contains all source code for all functions.