From owner-freebsd-alpha Sun Sep 17 18:38:13 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 0820737B424 for ; Sun, 17 Sep 2000 18:38:12 -0700 (PDT) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id SAA05713; Sun, 17 Sep 2000 18:38:04 -0700 Date: Sun, 17 Sep 2000 18:38:04 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: Peter Wemm Cc: "Daniel C. Sobral" , alpha@FreeBSD.ORG Subject: If we could just figure this one out.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org If you sort objects in the loader by size, this one is always the top sizes.. 0000000000008ba0 T twoConstParen 00000000000021c0 T ficlCompileCore 0000000000002000 B stack 00000000000019c0 t gcc2_compiled. 0000000000001328 D z_errmsg A little sleuthing, though, finds that the object z_errmsg is only 0x50 bytes in size. Hmm -We'd definitely reclaim all the space we needed if we could figure out why there seems to be this padding. Any ideas? This comes out of libstand.a. I'll try linker optimizations to see if this can be shrunk! -matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message