Date: Thu, 26 Oct 2000 23:11:34 -0700 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Juha Saarinen <juha@saarinen.org> Cc: "freebsd-stable@FreeBSD.ORG" <freebsd-stable@FreeBSD.ORG> Subject: Re: "Malloc type lacks magic" show-stopper solved Message-ID: <20001026231134.D9391@dragon.nuxi.com> In-Reply-To: <Pine.LNX.4.21.0010271856080.16125-100000@vimfuego.saarinen.org>; from juha@saarinen.org on Fri, Oct 27, 2000 at 07:02:01PM %2B1300 References: <20001026222017.A9391@dragon.nuxi.com> <Pine.LNX.4.21.0010271856080.16125-100000@vimfuego.saarinen.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 27, 2000 at 07:02:01PM +1300, Juha Saarinen wrote: > > 2.95.2 is not the compiler I put in FreeBSD 3.3. How were you using that > > for your kernel+world builds? > > Well, the same way I built kernel and world in 4.1.1, if I recall > right. Then you were using GCC 2.7.2 in FreeBSD 3.3 -- a very different animal than 2.95.2. > Are you asking about which optflags I used? If memory serves me right, > -O3, -march=i686, -mcpu=i686, -ffast-math, -fexpensive-optimizations. The > -fomit-frame-pointer flag doesn't work. WHY!?!?!? Just what the heck do you think you're achieving with -O3 plus all those things? Have you *ever* profiled anything you're compiling with these options? Note that -O3 is not necessarily faster code than -O. This seems Yet Another "I'm macho" compiler flags instance. Please correct me if I'm wrong. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001026231134.D9391>