Java View all facts Glossary Help |
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 higher level code, usually source code (or bytecode) , into lower level code | |
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