Related articles |
---|
Three Address Code smitha_chandran@yahoo.com (2000-09-11) |
Re: Three Address Code Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (2000-09-13) |
Re: Three Address Code tnaran@direct.ca (Travers Naran) (2000-09-13) |
Re: Three Address Code tnaran@direct.ca (Travers Naran) (2000-09-15) |
Re: Three Address Code dancohen@nospam.canuck.com (Dan Cohen) (2000-09-15) |
Re: Three Address Code leupers@ls12.cs.uni-dortmund.de (Rainer Leupers) (2000-09-17) |
From: | Sid Ahmed Ali TOUATI <Sid-Ahmed-Ali.TOUATI@inria.fr> |
Newsgroups: | comp.compilers |
Date: | 13 Sep 2000 20:19:20 -0400 |
Organization: | INRIA |
References: | 00-09-088 |
Keywords: | code |
smitha_chandran@yahoo.com wrote:
> I would like to know if Three Address Code can be implemented in some
> way other then quadruple or triples.
postfixed or prefixed notation
ex (triplets) :
1: (+, R1, R2)
2: (-, [1], R3)
postfixed: R1 R2 + R3 -
prefixed: + R1 R2 - R3
yours
SAAT
Return to the
comp.compilers page.
Search the
comp.compilers archives again.