retagged by
489 views

1 Answer

0 votes
0 votes
A.

we cannot use code generator in compilers.

code optimizer is to optimize target code generation.

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
0 answers
3
aditi19 asked Apr 1, 2019
969 views
Generate code for the following three-address statements assuming stack allocation where register SP points to the top of the stackx = 1x=ax = a + 1x = a+bThe two stateme...