Re: 'Superoptimizers'

theoblit@wam.umd.edu (Jason Taylor)
Fri, 17 Nov 1995 04:37:54 GMT

          From comp.compilers

Related articles
Re: 'Superoptimizers' glew@ichips.intel.com (1995-11-09)
Re: 'Superoptimizers' cdg@nullstone.com (1995-11-14)
Re: 'Superoptimizers' bill@amber.ssd.hcsc.com (1995-11-15)
Re: 'Superoptimizers' theoblit@wam.umd.edu (1995-11-17)
Re: 'Superoptimizers' nmm1@cus.cam.ac.uk (1995-11-20)
Re: 'Superoptimizers' hbaker@netcom.com (1995-11-21)
Re: 'Superoptimizers' jmccarty@spdmail.spd.dsccc.com (1995-11-22)
Re: 'Superoptimizers' jan@neuroinformatik.ruhr-uni-bochum.de (1995-11-23)
Re: 'Superoptimizers' bill@amber.ssd.hcsc.com (1995-11-27)
Re: 'Superoptimizers' chase@centerline.com (1995-11-28)
| List of all articles for this month |

Newsgroups: comp.benchmarks,comp.compilers,comp.arch
From: theoblit@wam.umd.edu (Jason Taylor)
Keywords: optimize, performance
Organization: University of Maryland College Park
References: <47b2fl$d4l@news.ox.ac.uk> 95-11-080
Date: Fri, 17 Nov 1995 04:37:54 GMT

Andy Glew (glew@ichips.intel.com) wrote:
: (b) Used "compilation time" as a command line parameter. I.e. I wish
: I could say "take as long as 30 minutes to optimize, but not much
: longer" - and have the compiler quickly produce a quick and dirty
: code, and then refine it a few times by applying more and more
: optimizations.
: Rather than me, myself, figuring out by hand what compiler
: switches to turn on and off in order to properly balance compilation
: time and execution speed.


I couldn't agree more. Compilers should have a special mode where it
systematically determines what switches are best for a program. And
compile time should not be an issue at all if you use the, say, "-O4"
switch in stead of just "-O". Spec92 is the cause of a zillion
switches that no real scientist has time to care about. (I think that
only the equiv. of "-O" should have been allowed in spec95 for this
very reason, so that I don't pull out hairs wondering what I should do
to shave some time off a 3 hour run.)


______________________________________________________________________________
Jason Taylor, Greenbelt, MD USA
http://www.wam.umd.edu/~theoblit
--


Post a followup to this message

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