| 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) |
| From: | Richard Pennington <rich@pennware.com> |
| Newsgroups: | comp.compilers |
| Date: | Sat, 01 Mar 2008 13:14:00 -0600 |
| Organization: | AT&T http://yahoo.sbc.com |
| References: | 08-03-004 |
| Keywords: | SSA |
| Posted-Date: | 02 Mar 2008 09:45:51 EST |
kphillips wrote:
> Can I generate SSA immediately from the AST?
I'm doing just that using the LLVM backend ( http://llvm.org ). LLVM
code is in SSA form.
-Rich
Return to the
comp.compilers page.
Search the
comp.compilers archives again.