What is the disadvantages of multi pass compiler??
Answers
Answered by
1
Hey!
A multi-pass compiler is a type of compiler that processes the source code or abstract syntax tree of a program several times. This is in contrast to a one-pass compiler, which traverses the program only once. Each pass takes the result of the previous pass as the input, and creates an intermediate output. In this way, the (intermediate) code is improved pass by pass, until the final pass produces the final code.
I hope it helps you!!
:-)
A multi-pass compiler is a type of compiler that processes the source code or abstract syntax tree of a program several times. This is in contrast to a one-pass compiler, which traverses the program only once. Each pass takes the result of the previous pass as the input, and creates an intermediate output. In this way, the (intermediate) code is improved pass by pass, until the final pass produces the final code.
I hope it helps you!!
:-)
Similar questions
Physics,
7 months ago
Science,
7 months ago
English,
7 months ago
Physics,
1 year ago
Social Sciences,
1 year ago