X-Spam-Check-By: sourceware.org Date: Mon, 28 Nov 2005 16:40:44 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: mmap() on 64K aligned address fails Message-ID: <20051128154044.GK2999@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20051126214701 DOT GW5074 AT bouh DOT residence DOT ens-lyon DOT fr> <20051127130652 DOT GT2999 AT calimero DOT vinschen DOT de> <20051127222246 DOT GJ5150 AT bouh DOT residence DOT ens-lyon DOT fr> <20051128115109 DOT GF2999 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2i Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Nov 28 09:55, Sam Steingold wrote: > > * Corinna Vinschen [2005-11-28 12:51:09 +0100]: > > > > Many mmap tests make such invalid assumptions about the memory. > > This is not just "tests" and the assumptions are not necessarily > "invalid". The appended test fails on cygwin but passes on just about > every unix (linux, *bsd &c). > This means that the cygwin version of CLISP lacks generational GC (while > the win32 native version as well as linux, *bsd, solaris &c have it!) > which is a major feature for memory-intensive computations. No wonder, it's still based on crappy tests. The attached configure script is a good example of making bold assumptions which match a couple of systems but the programmer didn't bother to verify the correctness of the code. Note: If the code works on most major Unixy systems, it isn't necessarily correct. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/