Difference between passes and phases of compiler
Answers
Answered by
1
Hey dear....
A compiler can have many phases andpasses. Pass : A pass refers to the traversal of a compiler through the entire program. Phase : A phase of acompiler is a distinguishable stage, which takes input from the previous stage, processes and yields output that can be used as input for the next stage.
Hope it helps you out^_^(^^)^_^
A compiler can have many phases andpasses. Pass : A pass refers to the traversal of a compiler through the entire program. Phase : A phase of acompiler is a distinguishable stage, which takes input from the previous stage, processes and yields output that can be used as input for the next stage.
Hope it helps you out^_^(^^)^_^
Similar questions