T
Tony Johansson
Hello!
I just wonder when the JIT compiler is processing to native code which
occurrs when the code is accessed is this native code saved somewhere. Or is
it doing some kind of interpretation from the MSIL to native code every time
you access the code.
The exe file that is used by the JIT is in MSIL.
//Tony
I just wonder when the JIT compiler is processing to native code which
occurrs when the code is accessed is this native code saved somewhere. Or is
it doing some kind of interpretation from the MSIL to native code every time
you access the code.
The exe file that is used by the JIT is in MSIL.
//Tony