Content deleted Content added
→Example: linking |
m linking |
||
Line 238:
===Just-in-time compilation===
[[Just-in-time compilation]] (JIT) involves turning the byte-code into code immediately executable by the CPU. The conversion is performed gradually during the program's execution. JIT compilation provides environment-specific optimization, runtime [[type safety]], and assembly verification. To accomplish this, the JIT compiler examines the assembly metadata for any illegal accesses and handles violations appropriately.
===Ahead-of-time compilation===
|