From: | bromage@cs.mu.oz.au (Andrew Bromage) |
Newsgroups: | comp.compilers,comp.lang.asm.x86 |
Date: | 30 Jun 1997 00:07:38 -0400 |
Organization: | Comp Sci, University of Melbourne |
References: | 97-06-071 97-06-078 |
Keywords: | optimize, assembler |
G'day all.
Greg Miller <gmiller@iswt.com> writes:
>Well, I've never seen a compiler that was better than a typical
>assembly coder, but the truth is that the costs of coding in assembly
>don't pay for the benefits.
Most programs that I write are not CPU-bound anyway. Either they are
structure-crunching programs for which main memory is the bottleneck,
disk-crunching programs for which I/O is the bottleneck, or interactive
programs where most time is spent waiting for the human even with
optimisation turned off.
I'm still waiting for the time when J. Random User actually wants to
run specint as part of their normal day's computing...
Cheers,
Andrew Bromage
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.