|
|
|
|
|
by hinkley
1312 days ago
|
|
Faster than the LuaJIT's interpreter. People who focus on JIT often focus on the JIT and not the interpreter. Which is a shame because if you make the uncommon paths cheaper then you can tune your code for the hot paths a bit more aggressively. You get fewer situations where you are sacrificing Best Case for Average Case performance. |
|