What happens when I compile?

前端 未结 5 1995
攒了一身酷
攒了一身酷 2021-02-01 09:42

I wonder what is compiling, what happens when you compile? I mean yes you press compile or type in in the console but what does it actually do in the \"background\"?

5条回答
  •  广开言路
    2021-02-01 10:19

    A very brief overfiew would be a compiler parses your code checking for errors and then transforms it into byte or machine code.

    For a better overview I would read the wikipedia article on compilers:

    http://en.wikipedia.org/wiki/Compiler

提交回复
热议问题