Recent questions tagged intermediate-code

3 votes
1 answer
91
0 votes
1 answer
94
Which of the following class of statement usually produces no executable codes when compiled?Assignment Declaration Input and output statement Structural statements
0 votes
1 answer
96
1 votes
1 answer
98
1 votes
1 answer
101
typechecking is done by :1. lexical analyser2. syntax analyser3. semantic analyser4. ICG
0 votes
1 answer
102
consider the above ICG,The number of nodes and edges in control-flow-graph constructed for the above code, respectively, are
1 votes
1 answer
103
3 votes
1 answer
105
Three address code invlovesexactly 3 addressesat most 3 addressesat least 3 addressesNo unary opeartors
1 votes
1 answer
107
2 votes
1 answer
109
During code generation, we need to do register allocation (kind of machine dependent stuff). So, I think it must be the part of Synthesis phase?
6 votes
4 answers
111
5 votes
1 answer
112
80 votes
7 answers
113