Related articles |
---|
Translator design decisions msuvajac@sfsb.hr (Mario Suvajac) (2008-01-19) |
Re: Translator design decisions DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-01-20) |
Re: Translator design decisions cfc@shell01.TheWorld.com (Chris F Clark) (2008-01-21) |
Re: Translator design decisions dot@dotat.at (Tony Finch) (2008-01-22) |
Re: Translator design decisions rose@acm.org (Ken Rose) (2008-01-22) |
Re: Translator design decisions cfc@shell01.TheWorld.com (Chris F Clark) (2008-01-23) |
Re: Translator design decisions pertti.kellomaki@tut.fi (=?ISO-8859-1?Q?Pertti_Kellom=E4ki?=) (2008-01-23) |
Re: Translator design decisions DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-01-23) |
Re: Translator design decisions idbaxter@semdesigns.com (2008-01-26) |
From: | =?ISO-8859-1?Q?Pertti_Kellom=E4ki?= <pertti.kellomaki@tut.fi> |
Newsgroups: | comp.compilers |
Date: | Wed, 23 Jan 2008 09:52:01 +0200 |
Organization: | Compilers Central |
References: | 08-01-050 08-01-054 08-01-062 |
Keywords: | UNCOL |
Posted-Date: | 23 Jan 2008 12:23:36 EST |
Tony Finch wrote:
> Of course, now there's LLVM.
While there are several back ends to LLVM and a few languages that can
be compiled to LLVM intermediate code, this is not the focus of the
project. Instead, LLVM is an experiment in how much one can do with a
RISC-style intermediate language, strong typing, and SSA form. It
turns out to be quite an interesting and useful combination.
--
Pertti
Return to the
comp.compilers page.
Search the
comp.compilers archives again.