Translate a<b to IR Trees

Posted by drozzy on Stack Overflow See other posts from Stack Overflow or by drozzy
Published on 2010-03-31T03:07:48Z Indexed on 2010/03/31 3:13 UTC
Read the original article Hit count: 553

Filed under:
|

I have to translate the mini-java (java like language) statements into intermediate-representation trees. But for this question I have no idea what it is asking...

a>b moves a 1 or 0 into some newly defined temporary, 
and whose right-hand side is a temporary

Does the wording make sense to anyone?

(I am using the Java compilers book, and it is question 7.2d) in ch7.)

© Stack Overflow or respective owner

Related posts about compiler-theory

Related posts about compilers