DictionaryForumContacts

   English
Terms for subject Microsoft containing compilation | all forms
EnglishFrench
background compilationcompilation en arrière-plan (Compilation that occurs while the developer is writing code, before an explicit build command is made through the IDE. Background compilation enables error reporting while the developer is writing code)
JIT compilationcompilation JIT (The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time)
just-in-time compilationcompilation juste-à-temps (The compilation that converts Microsoft intermediate language (MSIL) into machine code at the point when the code is required at run time)