Skip to content

Topic

Single-pass compilation

Compiler design that emits machine code in one traversal of the input, without building and repeatedly optimizing a full intermediate representation. It trades code quality for compile speed and low memory use.

Current clusters