JIT performance depends on two factors: the performance of the source scripting language and the performance of the compiler.
The compiler is a fairly mature technique, and most JIT compilers have comparable performance. However, lua itself, i.e. lua-without-JIT, is probably one of the fastest scripting languages.
lua is faster than Java-free-JIT. lua is faster than Javascript-free-JIT. lua is faster than most scripting languages - without JIT.
So,
lua-JIT is faster than Java-with-JIT (Java Sun), lua-JIT is faster than V8 (Javascript-with-JIT), etc ...
pansz Feb 22 2018-12-12T00: 00Z
source share