Compiler Design

Identify the correct concept described as: a technique that compiles code into machine instructions at runtime rather than before execution.

Correct answer

D. Just-in-time (JIT) compilation

Explanation

Just-in-time (JIT) compilation refers to a technique that compiles code into machine instructions at runtime rather than before execution.