90/10 rule... source?

Jens Troeger <jens.troeger@light-speed.de>
9 Jan 2004 23:40:30 -0500

          From comp.compilers

Related articles
90/10 rule... source? jens.troeger@light-speed.de (Jens Troeger) (2004-01-09)
Re: 90/10 rule... source? nmm1@cus.cam.ac.uk (2004-01-12)
Re: 90/10 rule... source? derek@knosof.co.uk (Derek M Jones) (2004-01-12)
Re: 90/10 rule... source? nmm1@cus.cam.ac.uk (2004-01-16)
Re: 90/10 rule... source? mkent@acm.org (Mike Kent) (2004-01-16)
Re: 90/10 rule... source? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-01-17)
Re: 90/10 rule... source? derek@knosof.co.uk (Derek M Jones) (2004-01-17)
[3 later articles]
| List of all articles for this month |

From: Jens Troeger <jens.troeger@light-speed.de>
Newsgroups: comp.compilers
Date: 9 Jan 2004 23:40:30 -0500
Organization: Compilers Central
Keywords: practice, history, comment
Posted-Date: 09 Jan 2004 23:40:30 EST

Hello :)


I am looking for a (the) original paper on the 90/10 rule of program
execution. So far I found this reference


@ARTICLE{Knuth71,
              AUTHOR = "Donald E. Knuth",
              TITLE = "An Empirical Study of {FORTRAN} Programs",
              JOURNAL = "Software---Practice and Experience",
              VOLUME = 1,
              PAGES = {105--133},
              YEAR = 1971
}


but I couldn't get my hands on a copy of that paper. Is it the one I
am looking for?


Cheers,
Jens


[That's probably the one you want. It was the first to use the term
program profiling, and it was big news at the time how much of a
speedup you could get by rewriting tiny bits of a program if it was
the right tiny bits. It's reprinted in Knuth's new "Selected Papers
on Computer Languages", ISBN 1575863820. -John]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.