compilers

Definition

Compiler

A program that translate higher-level source code into lower-level machine code such that it can be executed by a computer.

Types

Ahead-of-time

Definition

Ahead-of-time Compiler

A compiler where the source code is compiled into a native binary before it is run.

Link to original

Just-in-time

Definition

Just-in-time Compiler

A compiler that compiles parts or all of the source code at runtime.

Link to original