Science, asked by prealpha9627, 1 year ago

Difference between pass and phase in compiler design in tabular form

Answers

Answered by writersparadise
0

Both pass and phase are used in the classification of compilers. Pass is used to classify compilers based on their working principle whereas phase classifies compilers based on their construction.


A pass typically occurs only once when the compiler is working on the source code. However, it makes use of phase twice – once at the front end and once at the back end.
Similar questions