C
chak
These may be a very basic question.
1) Is IL compiled to native code every time a application is invoked ?
2) If a process has multiple appdomains (i think each instance of an
application maps to an appdomain), if one application is closed will the
appdomain close ? If the same application is then re-invoked will it use the
JIT-ted code generated last time , or will it again JIT ?
Regards,
Chak.
1) Is IL compiled to native code every time a application is invoked ?
2) If a process has multiple appdomains (i think each instance of an
application maps to an appdomain), if one application is closed will the
appdomain close ? If the same application is then re-invoked will it use the
JIT-ted code generated last time , or will it again JIT ?
Regards,
Chak.