AdvancedVocabulary#software-architecture#developer-tools#backend

JIT Compilation Vocabulary

Learn the vocabulary of a runtime compiling hot code to native instructions while the program is still running.

0 / 5 completed
1 / 5
At standup, a dev mentions a runtime that compiles a piece of code down to native machine instructions the first time it becomes hot, right while the program is still running, rather than compiling everything to machine code ahead of time before the program ever starts. What is this technique called?