JIT Compilation - Definição do Glossário de CI/CD
JIT (Just-In-Time) compilation converte bytecode em código nativo enquanto o programa roda, otimizando na hora os caminhos executados com frequência; troca um custo de aquecimento por alta velocidade em estado estável.
Guias relacionados
Ahead-of-Time Compilation - CI/CD Glossary DefinitionAhead-of-time compilation turns source or bytecode into native code before run, giving fast, predictable star…
Transpiler - CI/CD Glossary DefinitionA transpiler translates source from one high-level language to another - TypeScript to JavaScript, modern JS…
Runtime vs Build-Time - CI/CD Glossary DefinitionRuntime vs build-time distinguishes work done while compiling or packaging from work done when the program ru…