I have seen a lot of posts regarding one pass and multi pass compilers but i dont seem to get the point.
What are one
A "pass" reads the source program or the output of the previous pass, makes the transformations according to its phases and writes output into an intermediate file, which may then be read through next pass.