Concatenative topics
Concatenative meta
Other languages
Meta
Factor's optimizing compiler generates machine code for x86 (32 and 64-bit), as well as PowerPC (32-bit only). The optimizing compiler is written entirely in Factor. Its implementation can be found in basis/compiler/
and basis/cpu/
. The optimizing compiler uses SSA form internally, and performs various optimizations, such as type inference, Escape analysis, Register allocation, and so on.
Documentation:
Blog posts describing the architecture of the optimizing compiler:
Related blog posts:
Related Wiki articles:
This revision created on Tue, 16 Jul 2024 23:58:00 by jryans (Fix broken links)