Date: Wed, 14 Mar 2001 02:58:40 -0800 From: "David O'Brien" <TrimYourCc@NUXI.com> To: Alex Zepeda <jazepeda@pacbell.net> Cc: hackers@freebsd.org Subject: Re: optimizing apache with php and nfs mounts Message-ID: <20010314025840.A93046@dragon.nuxi.com> In-Reply-To: <20010314011931.D549@zippy.mybox.zip>; from jazepeda@pacbell.net on Wed, Mar 14, 2001 at 01:19:31AM -0800 References: <Pine.BSO.4.21.0103121542460.23058-100000@gandalf.bravenet.com> <Pine.BSF.4.33.0103122226150.60221-100000@sdmail0.sd.bmarts.com> <20010313074140.B75117@dragon.nuxi.com> <20010313122053.A1339@zippy.mybox.zip> <20010313125119.X29888@fw.wintelcom.net> <20010314011931.D549@zippy.mybox.zip>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 14, 2001 at 01:19:31AM -0800, Alex Zepeda wrote: > However, even the pgcc web page describes -O2 as safe. I won't even to there... > Yes, scanning thru the ML leads me to believe some of these optimizations > are pretty much untested. Which is kinda funny, since the ia32 bits are > the most used ones or so it seems. Not untested -- but you should go grab a graduate text on compiler optimizations and familiarize yourself with the complexity of the problem. If hello_world.c showed a problem with an optimization, I guarantee it would be fixed. The current test case of holding up the entire FreeBSD kernel as showing an optimization problem doesn't cut it. If you care to trim it down to a single module showing the problem.... -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010314025840.A93046>