Computer Science, asked by SPIDEY2949, 1 year ago

What do you understand by pass, and merits and demerits of multi pass and single pass?

Answers

Answered by Anonymous
0
A one pass/single pass compiler is that type of compiler that passesthrough the part of each compilation unit exactly once. Single pass compiler is faster and smaller than the multi pass compiler. As a disadvantage ofsingle pass compiler is that it is less efficient in comparison with multipasscompiler.
Similar questions