delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-workers-bounces using -f |
Date: | Mon, 3 Dec 2001 09:31:34 -0500 |
Message-Id: | <200112031431.fB3EVYl28157@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | djgpp-workers AT delorie DOT com |
In-reply-to: | <Pine.SUN.3.91.1011203093834.14864F-100000@is> (message from Eli |
Zaretskii on Mon, 3 Dec 2001 09:39:01 +0200 (IST)) | |
Subject: | Re: Large memory usage CWSDPMI test available |
References: | <Pine DOT SUN DOT 3 DOT 91 DOT 1011203093834 DOT 14864F-100000 AT is> |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> > This version implements 4Mb pages on hardware that support it (Pentium+ > > without VCPI). > > Should we modify `getpagesize' to sense this and report the right > size? I don't think so. getpagesize() is often used for efficient malloc'ing of memory, and we don't want programs allocating 8M of memory and throwing half of it away to get a 4M aligned page.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |