Object Oriented Software Engineering View all facts Glossary Help |
subject > process > compilation |
compilation comparison table |
Subject | abbreviate as | see also | is a kind of | is a subtopic of | has definition |
---|---|---|---|---|---|
just-in-time compilation | JITC | process^2 | compilation | The Basics of Java | 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 |
Next process: construction Up: process Previous process: casting