Related articles |
---|
C compiler for PDP-11 sought, optimizing for size in general leob@mailcom.com (2003-09-23) |
Re: C compiler for PDP-11 sought, optimizing for size in general jthorn@aei.mpg.de (Jonathan Thornburg) (2003-09-23) |
Re: C compiler for PDP-11 sought, optimizing for size in general ertr1013@student.uu.se (Erik Trulsson) (2003-09-27) |
Re: C compiler for PDP-11 sought, optimizing for size in general Jeffrey.Kenton@comcast.net (Jeff Kenton) (2003-09-27) |
From: | Jonathan Thornburg <jthorn@aei.mpg.de> |
Newsgroups: | comp.compilers |
Date: | 23 Sep 2003 13:55:13 -0400 |
Organization: | Compilers Central |
References: | 03-09-075 |
Keywords: | optimize, books |
Posted-Date: | 23 Sep 2003 13:55:13 EDT |
> I am looking for an optimizing compiler that can take ANSI C (I know
> about unprotoize, so a K&R C compiler will do) and produces PDP-11
> assembly code that is optimized for size rather than for speed.
If you can find a copy, the book by William Wulf et al, "The Design of
an Optimizing Compiler", Elsevier, 1975, is about precisely this (a
PDP-11 optimizing compiler that tries really hard to optimize for
space).
According to a June 2000 comp.compilers message 00-06-122
from John McEnerney (johnmce@texas.net), this book...
# is in fact available as a print-on-demand. Or at least it was 10 years
# ago when I had mine printed (some years after it was out of print)
[The POD version is now http://wwwlib.umi.com/bod/fullcite?id=123873,
costs about $55 ]
At that time, our esteemed moderator also commented
| [Hey, how about that. It's a little cheaper if you order it through
| Borders.
[Borders online is gone, but if you search at used.addall.com you
can find used copies of the original book for about $40. -John]
--
-- Jonathan Thornburg <jthorn@aei.mpg.de>
Max-Planck-Institut fuer Gravitationsphysik (Albert-Einstein-Institut),
Golm, Germany, "Old Europe" http://www.aei.mpg.de/~jthorn/home.html
Return to the
comp.compilers page.
Search the
comp.compilers archives again.