From owner-freebsd-stable Fri Oct 27 15:19:43 2000 Delivered-To: freebsd-stable@freebsd.org Received: from saarinen.org (saarinen.org [203.79.82.14]) by hub.freebsd.org (Postfix) with ESMTP id 1387E37B479 for ; Fri, 27 Oct 2000 15:19:39 -0700 (PDT) Received: from vimfuego.saarinen.org (softdnserr [::ffff:192.168.1.1]) (IDENT: foobar) by saarinen.org with esmtp; Sat, 28 Oct 2000 11:19:37 +1300 Date: Sat, 28 Oct 2000 11:19:37 +1300 (NZDT) From: Juha Saarinen To: Randell Jesup Cc: Michel Talon , "freebsd-stable@FreeBSD.ORG" Subject: Re: "Malloc type lacks magic" show-stopper solved In-Reply-To: Message-ID: X-S: Always Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > things like PII's than for Athlon/Duron). Removing frame pointers for > example can save a lot of memory traffic, With -fomit-frame-pointer? That doesn't seem to be possible -- if you try that, you get an error message about "pg" (probably not the right name, but I can't check that now) not being compatible with -fomit-frame-pointer. > as can letting the compiler > optimize away or merge locals. How would you do that, out of interest? -- Juha To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message