From owner-freebsd-hackers Wed Apr 28 14: 2:38 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (Postfix) with ESMTP id 6FF27151A8 for ; Wed, 28 Apr 1999 14:02:37 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost.cdrom.com [127.0.0.1]) by dingo.cdrom.com (8.9.3/8.8.8) with ESMTP id NAA01272; Wed, 28 Apr 1999 13:59:56 -0700 (PDT) (envelope-from mike@dingo.cdrom.com) Message-Id: <199904282059.NAA01272@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Thomas David Rivers Cc: chuckr@picnic.mat.net, imp@harmony.village.org, hackers@FreeBSD.ORG, jb@cimlogic.com.au Subject: Re: Adding desktop support In-reply-to: Your message of "Wed, 28 Apr 1999 14:13:55 EDT." <199904281813.OAA15682@lakes.dignus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Apr 1999 13:59:56 -0700 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Will adding stuff to the execution image impact load time? I mean, > even though that section will (likely) not be available in-core at run > time, one will still have to read through it to load the executable. We page executables, we don't "load" them, so the answer is no - the region containing the pixmap is never going to be referenced by the running code, so it'll never be touched. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message