Related articles |
---|
kickass optimizing compilers? vanevery@indiegamedesign.com (Brandon J. Van Every) (2004-01-09) |
Re: kickass optimizing compilers? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-01-12) |
Re: kickass optimizing compilers? toon@moene.indiv.nluug.nl (Toon Moene) (2004-01-12) |
Re: kickass optimizing compilers? walter@bytecraft.com (Walter Banks) (2004-01-12) |
Re: kickass optimizing compilers? jvorbrueggen@mediasec.de (Jan C.=?iso-8859-1?Q?Vorbr=FCggen?=) (2004-01-12) |
Re: kickass optimizing compilers? andrew@codeplay.com (Andrew Richards) (2004-01-12) |
Re: kickass optimizing compilers? vanevery@indiegamedesign.com (Brandon J. Van Every) (2004-01-16) |
Re: kickass optimizing compilers? colohan+@cs.cmu.edu (Christopher Brian Colohan) (2004-01-16) |
Re: kickass optimizing compilers? Jeffrey.Kenton@comcast.net (Jeff Kenton) (2004-01-16) |
Re: kickass optimizing compilers? Robert@Knighten.org (Robert Knighten) (2004-01-17) |
Re: kickass optimizing compilers? walter@bytecraft.com (Walter Banks) (2004-01-18) |
Re: kickass optimizing compilers? db@digital.com (dablick) (2004-02-01) |
Re: kickass optimizing compilers? blitz@bad-logic.com (2004-02-04) |
Re: kickass optimizing compilers? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-02-08) |
[2 later articles] |
From: | Christopher Brian Colohan <colohan+@cs.cmu.edu> |
Newsgroups: | comp.compilers |
Date: | 16 Jan 2004 22:24:50 -0500 |
Organization: | Carnegie Mellon Univ. -- Computer Science Dept. |
References: | 04-01-044 |
Keywords: | optimize |
Posted-Date: | 16 Jan 2004 22:24:50 EST |
"Brandon J. Van Every" <vanevery@indiegamedesign.com> writes:
> Can anyone point me at compilers that are considered "state of the
> art" for optimized ASM generation?
Back when I was an intern for IBM, the TOBEY compiler back end was
state of the art. I don't have any numbers, but it was quite
competitive with anything else in the market when I worked there 7
years ago. (Of course, how good any particular compiler looks really
depends on your benchmarks...)
AFAIK, this back end is still used in all IBM compilers for all
languages that target PowerPC or Sparc. They had quite a good (and
large) development team when I worked with them -- and I suspect they
still do. I would imagine that you would have difficulty finding any
well known optimization which is not in there in some form or another.
(And it probably has several not-so-well known ones as well.)
Chris
--
Chris Colohan Email: chris@colohan.ca PGP: finger colohan@cs.cmu.edu
Web: www.colohan.com Phone: (412)268-4751
Return to the
comp.compilers page.
Search the
comp.compilers archives again.