Message-ID: <39152E06.8A66D905@softhome.net> Date: Sun, 07 May 2000 11:49:10 +0300 From: Laurynas Biveinis X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp-workers AT delorie DOT com Subject: Re: Perfomance of gc-simple References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Eli Zaretskii wrote: > It sounds like you could try to solve this by simply having the right > #define's in the system headers, to dupe the configure script into > thinking we have valloc. I suggest to see how well does this work. > > As for mmap, it should be trivial to throw together a KISS[1] > implementation that simply reads the entire file into memory, and see > how well (or how badly ;-) does that work, especially with very large > sources. OK, at first I'll try to make gc-page use simple malloc() (and possibly dumping gc-simple forever). If I'll fail there, I'll try to do something with mmap() or valloc(). Laurynas Biveinis