 |
What does a just-in-time (JIT) compiler do? - Stack Overflow
JIT stands for Just-in-Time which means that code gets compiled when it is needed, not before runtime. This is beneficial because the compiler can generate code that is optimised for your particular machine. A static compiler, like your average C compiler
stackoverflow.com |
 |