Generating Static Single Assignment ?

kphillips <kevin.phillips83@yahoo.com>
Fri, 29 Feb 2008 00:34:37 -0800 (PST)

          From comp.compilers

Related articles
Generating Static Single Assignment ? kevin.phillips83@yahoo.com (kphillips) (2008-02-29)
Re: Generating Static Single Assignment ? rich@pennware.com (Richard Pennington) (2008-03-01)
Re: Generating Static Single Assignment ? roland.leissa@googlemail.com (=?ISO-8859-1?Q?Roland_Lei=DFa?=) (2008-03-02)
Re: Generating Static Single Assignment ? parthaspanda22@gmail.com (2008-03-03)
| List of all articles for this month |

From: kphillips <kevin.phillips83@yahoo.com>
Newsgroups: comp.compilers
Date: Fri, 29 Feb 2008 00:34:37 -0800 (PST)
Organization: Compilers Central
Keywords: analysis, question, SSA
Posted-Date: 01 Mar 2008 12:13:40 EST

Hi, I am currently building my first compiler through the help of a
few books. So far I have my grammar and most of the front-end ready,
up to the AST.


Next step is to convert to intermediate code. What I am not sure about
is whether to generate Three Address Code, or SSA. Most books
introduce triples and quadruples, and then talk about SSA later on,
stating that it can be used for many optimization/transformation
techniques and is preferred over 3ac/etc.


Can I generate SSA immediately from the AST?




Best Regards,
K. Phillips



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.