Related articles |
---|
Compiler Optimisation? iain.bate@cs.york.ac.uk (Iain Bate) (1998-12-06) |
Re: Compiler Optimisation? bear@sonic.net (Ray Dillinger) (1998-12-10) |
Re: Compiler Optimisation? tc@charlie.cns.iit.edu (Thomas W. Christopher) (1998-12-10) |
Re: Compiler Optimisation? silver@mail.webspan.net (Andy Gaynor) (1998-12-13) |
Re: Compiler Optimisation? dewarr@my-dejanews.com (1998-12-13) |
Re: Compiler Optimisation? albaugh@agames.com (1998-12-13) |
Re: Compiler Optimisation? jfc@mit.edu (1998-12-13) |
Re: Compiler Optimisation? monnier+comp/compilers/news/@tequila.cs.yale.edu (Stefan Monnier) (1998-12-18) |
Re: Compiler Optimisation? bear@sonic.net (Ray Dillinger) (1998-12-18) |
From: | "Thomas W. Christopher" <tc@charlie.cns.iit.edu> |
Newsgroups: | comp.lang.ada,comp.compilers |
Date: | 10 Dec 1998 19:26:18 -0500 |
Organization: | Illinois Institute of Technology |
References: | 98-12-010 |
Keywords: | optimize |
How much faster does optimized code run for different optimizations?
I believe Daniel Bidwell ( http://www2.andrews.edu/~bidwell/ ) worked
on that question in his PhD dissertation, as well as how much do the
optimizations cost.
As I recall, he found that "folding," performing constant arithmetic at
compile time, not only makes the compiled code run faster, but also the
compiler.
--
Thomas W. Christopher -- tc@charlie.cns.iit.edu , tc@toolsofcomputing.com
Principal, Tools of Computing LLC. -- http://www.toolsofcomputing.com
Associate Prof., Illinois Inst. of Tech. -- http://www.iit.edu/~tc
Return to the
comp.compilers page.
Search the
comp.compilers archives again.