JIT Compiler
Feb 15, 2024
JIT stands for Just-in-Time.
JIT compiler translates byte code
into native machine code at runtime.
Here are some useful materials:
The Joy of Simple JITs
Demystify BPF JIT Compiler
Using Jitterbug to Verify BPF JITs