Notes

Home

❯

01. Concepts

❯

Compiler

❯

Code Generation

Code Generation

Jun 02, 20261 min read

Code Generation takes an intermediate representation of code (usually a modified Abstract Syntax Tree after Programming Transformation) and converts it in to machine code which can run on the target system.

An example is a C Language program which can be compiled for ARM, X86 and RISC systems.

See also: Code generation (compiler) - Wikipedia


Graph View

Created with Quartz v4.5.2 © 2026

  • GitHub