DictionaryForumContacts

   English
Terms for subject Microsoft containing compiler | all forms
EnglishChinese
JIT compilerJIT 編譯器 (A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program)
just-in-time compilerJust-In-Time 編譯器 (A compiler takes the Java bytecode (which is machine-independent) and compiles it on demand into native code for the target machine, giving faster execution. Since JIT compilers operate on the client machine, they preserve the platform-independence of the compiled Java program)