Home / DeveloperSection / Tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
The process of compilation is divided into six different phases of compiler. Every phase takes input from the previous phase to convert the high-level language.
Bootstrapping is an approach for making a self-compiling compiler that is a compiler written in the source programming language that it determine to compile.
Compiler design is the process of designing compiler which translates high level language to low level language. Loop optimization is a key concept in that.