Object Oriented Software Engineering   View all facts   Glossary   Help | 
| subject > process > compilation > just-in-time compilation | 
| just-in-time compilation comparison table | |||
| Subject | abbreviate as | is a kind of | has definition | 
|---|---|---|---|
| compilation | process | The process of translating source code into code that is executable by a computer | |
| just-in-time compilation | JITC | compilation | A kind of compilation that converts a method into machine code the first time it is executed and stores the machine code to save work on subsequent calls | 
 Up: compilation