Computer Science, asked by ishangbro9482, 1 year ago

Difference between phase and pass in compiler design by

Answers

Answered by rameshchary41
0

Answer:

The main difference between phases and passes of compiler is that phases are the steps in the compilation process while passes are the number of times the compiler traverses through the source code. Programmers write computer programs in high-level languages. ... Phase and pass are two terms related to compilers.

Similar questions