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 To: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 3 Dec 2001 09:39:01 +0200 (IST)) Subject: Re: Large memory usage CWSDPMI test available References: 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 Precedence: bulk > > 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.