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

前端 未结 13 1968
渐次进展
渐次进展 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

    0 讨论(0)
提交回复
热议问题