Oscar Toledo G. built an Am29000 C compiler by adapting his transputer compiler after GCC required too much memory
Why it matters — It illustrates the practical constraints of compiler bootstrapping when established open-source tools exceed available hardware limits. The author's journey from machine code to a custom C compiler shows the engineering workarounds needed for register allocation on limited systems.
↗