1 1 vote In 3 address code format can LHS be repeated ? For eg if we have expression a + b*c then t1 = a t2 = b*c t1 = t1 + t2 or t3 = t1 + t2 which one is correct? Compiler Design compiler-design intermediate-code three-address-code descriptive + – Xylene 628 views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
1 1 vote If it follows Static Symbol Assignment form , No. Else, yes! Karan Saini answered Aug 29, 2017 Karan Saini comment Share Follow See 1 comment 1 1 comment reply Xylene commented Aug 29, 2017 reply Follow flag Any reference for your "yes" if not in SSA ? No where I found LHS being repeated or reused . 0 0 replyShare Please log in or register to add a comment.