M
Manco
When you compile a DLL or EXE from VS.NET, does it by default compile the
code into MSIL and then during execution the methods are individual JITed? I
thought the default was to compile to native x86 code on Windows. But then
what I've done is use the ILDASM to examine a PE I produced, and I was able
to view the CIL, which implies that the default is to produce CIL, unless
some switch is specified?
code into MSIL and then during execution the methods are individual JITed? I
thought the default was to compile to native x86 code on Windows. But then
what I've done is use the ILDASM to examine a PE I produced, and I was able
to view the CIL, which implies that the default is to produce CIL, unless
some switch is specified?