Memory Management

Compilation

English

Overview

The process of converting source code into an executable form.

Details

The process of converting source code into an executable form, such as machine code or bytecode. Unlike an interpreter, which parses code on the fly each time it runs, it's notable for finishing the conversion ahead of time.

More Programming terms