|
|
|
|
|
by indenturedsmile
2534 days ago
|
|
I don't have a source, and maybe I'm misremembering, but I think compilers (for software) and CPU production tooling (for hardware) both bootstrap off their own performance. A better compiler can compile itself more efficiently, same for CPU/chip layout systems. |
|
Absolutely. Otherwise, all compilers would be written in Assmebly. Most compilers used today are written in C and the compiler for C (GCC) is written in C itself.
The C language was also written by Ken Thomson, because he was unhappy with the BCPL language, so the compiler for C was originally written in B. So on and So forth.
More Recently, the initial compiler for Rust was written in OCaml but is now written in Rust itself.