NGen (n)~ A pre-compilation technology for managed code that compiles …
페이지 정보
본문
NGen (n)~ A pre-compilation technology for managed code that compiles Common Intermediate Language (CIL) to native code on the end-user computer prior to application run time. It is an alternative to JIT compilation.