Date: Sun, 14 Jan 2001 20:37:35 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Tim Van Holder" Message-Id: <8011-Sun14Jan2001203735+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: Subject: Re: Interest in Smalltalk and/or Python? 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 > From: "Tim Van Holder" > Date: Sun, 14 Jan 2001 17:11:07 +0100 > > Annoyance! As it turns out, the latest smalltalk package requires mmap(), What does it use mmap for? Does it really want memory-mapped files, or is that just for better memory allocation? If the latter, you could use some of the tricks utilized by the GCC port.