From owner-freebsd-hackers Wed Jul 26 12:51:40 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from mass.osd.bsdi.com (adsl-63-202-177-42.dsl.snfc21.pacbell.net [63.202.177.42]) by hub.freebsd.org (Postfix) with ESMTP id A678B37BE6F for ; Wed, 26 Jul 2000 12:51:34 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Received: from mass.osd.bsdi.com (localhost [127.0.0.1]) by mass.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id NAA39194; Wed, 26 Jul 2000 13:01:02 -0700 (PDT) (envelope-from msmith@mass.osd.bsdi.com) Message-Id: <200007262001.NAA39194@mass.osd.bsdi.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Julian Stacey" Cc: hackers@FreeBSD.ORG Subject: Re: ELF rtld and environment variables... In-reply-to: Your message of "Wed, 26 Jul 2000 15:37:40 +0200." <200007261337.NAA70530@park.jhs.no_domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Jul 2000 13:01:02 -0700 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > From: Mike Smith > Mike Smith wrote: > > gzipped binaries are actually a terrible idea; they actually *waste* > > space in most cases. > > Suprising, They saved space for a 200M disc in a 486 laptop with 3.[2,3,or4], No, that's the one case where they help. But people aren't trying to squeeze whole systems into small disks anymore; they're trying to run cut-down systems in tiny spaces (where the fact that you have to unpack the entire binary into memory hurts), or disk space is so cheap that the speed/swap hit is the only impacting factor. Typically, the loss of the ability to demand-page from a gzipped executable is a worse detracting factor than the space saving makes up for. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message