|
|
|
|
|
by vidarh
4101 days ago
|
|
It is very common not just for C compilers, but for a long range of other compilers. So common that it is unclear to me which of producing textual asm output or machine code is most common. Certainly there's been periods were the attitude was that producing machine code directly was unnecessarily complex and didn't belong in the compiler. |
|