T
Tony Johansson
Hi!
Will an assembly file(exe or dll) be the exact same MSIL code even after the
JIT have compiled the MSIL code to native machine code.
I mean if a compare the whole file(exe or dll) before I run the exe and
after I run the exe would the file be identical.
So when the CLR compile the MSIL into native machine language where is this
native machine language written
//Tony
Will an assembly file(exe or dll) be the exact same MSIL code even after the
JIT have compiled the MSIL code to native machine code.
I mean if a compare the whole file(exe or dll) before I run the exe and
after I run the exe would the file be identical.
So when the CLR compile the MSIL into native machine language where is this
native machine language written
//Tony