Compiler Design

Just-in-time (JIT) compilation is best defined as which of the following?

Correct answer

C. A technique that compiles code into machine instructions at runtime rather than before execution.

Explanation

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