B
babylon
I read an article http://www.developerfusion.com/show/1678/3/
that the CLR will cache the native code generated by the JIT for future use
what does it means?
does it mean
- there is a place to store the exe so that even i reboot the system, the
native code are still cached?
- or it mean it will be cached @ memory; further execution of the same code
will still be in native code?
Also; what does it means for compile @ installation???does it mean GAC?or?
how to enable this feature?
thank you
that the CLR will cache the native code generated by the JIT for future use
what does it means?
does it mean
- there is a place to store the exe so that even i reboot the system, the
native code are still cached?
- or it mean it will be cached @ memory; further execution of the same code
will still be in native code?
Also; what does it means for compile @ installation???does it mean GAC?or?
how to enable this feature?
thank you