closed by
366 views
0 votes
0 votes
closed with the note: Duplicate
consider the grammar rule E->E1 -E2 for arithmetic expressions. the code generated is targeted to a cpu having a single user register. The subtraction operation requires the first operand to be in the register. If E1 and E2 do not have any common subexpressions, in order to get the shortest possible code which one have to be evaluated first?
closed by

Related questions

0 votes
0 votes
2 answers
2
Subhadeeppathak asked Nov 28, 2022
454 views
Attributes are said to be of two type, synthesised and inherited. What actually is an attribute? Why an attribute exist, how to define it?