Related articles |
---|
[11 earlier articles] |
Re: Speedy compilers mfinney@lynchburg.net (1998-12-13) |
Re: Speedy compilers eclectictech@usa.net (1998-12-18) |
Re: Speedy compilers zalman@netcom.com (1998-12-18) |
Re: Speedy compilers Rudi.Ziegaus@bingo.baynet.de (1998-12-18) |
Re: Speedy compilers Rudi.Ziegaus@bingo.baynet.de (1998-12-18) |
Re: Speedy compilers jeff-news@jeff-jackson.com (Jeff Jackson) (1998-12-18) |
Re: Speedy compilers albaugh@agames.com (1998-12-19) |
Re: Speedy compilers terryg@uswest.net (1998-12-19) |
Re: Speedy compilers genew@vip.net (1998-12-19) |
Re: Speedy compilers fjh@cs.mu.OZ.AU (1998-12-19) |
Re: Speedy compilers rweaver@ix.netcom.com (1998-12-19) |
Re: Speedy compilers zalman@netcom.com (1998-12-19) |
From: | albaugh@agames.com (Mike Albaugh) |
Newsgroups: | comp.compilers |
Date: | 19 Dec 1998 11:20:15 -0500 |
Organization: | Atari Games Corporation |
References: | 98-11-047 98-11-086 98-11-089 98-12-040 |
Keywords: | practice, comment |
Rudi Ziegaus (Rudi.Ziegaus@bingo.baynet.de) wrote:
: [ re how much people care about compile speed vs. runtime speed ]
: BUT : functionality before speed.
: I remember a book I read during my studies where the author cited a
: case, to which he was called. A program that had to be fast, did not
: work. He provided a program that was running correctly, but was way
: slower than the original one.
: The original program's author pointed to this speed difference. The
: author of the book replied, that he could write a program that would
: be done in less than a second, if the result was not importent ...
The story is from "The Psychology of Computer Programming",
by Gerald Weinberg. IMHO, anybody wishing to seriously discuss
software engineering should read this book. Another key concept
in it is "Fischer's Fundamental Theorem". One size does not fit
all. :-)
: I believe, many speed improvements can be gained by
: a) clever parameter passing (registers)
: b) optimized libraries
You forgot "Appropriate data representation" :-)
Mike
| albaugh@agames.com, speaking only for myself
[Great book. I believe that if you're blind and get the Recording for
the Blind version, the voice you'll hear will be mine. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.