Do programming language compilers first translate to assembly or directly to machine code?

前端 未结 13 1987
渐次进展
渐次进展 2020-12-02 09:52

I\'m primarily interested in popular and widely used compilers, such as gcc. But if things are done differently with different compilers, I\'d like to know that, too.

13条回答
  •  悲哀的现实
    2020-12-02 10:39

    Although all compilers not convert the source code into an intermediate level code but there is a bridge of taking the source code to machine level code in several compilers

提交回复
热议问题