T
Tony Johansson
Hello!
The JIT compiler is compiling the IL code to native code.
I assume that this native code file is saved so the JIT compiler don't have
to recompile the IL code every time.
If it is saved where is is saved.
Is it saved to disk or is it saved in memory ?
//Tony
The JIT compiler is compiling the IL code to native code.
I assume that this native code file is saved so the JIT compiler don't have
to recompile the IL code every time.
If it is saved where is is saved.
Is it saved to disk or is it saved in memory ?
//Tony