Date: Wed, 17 Jan 2001 13:38:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: memalign & valloc v3 In-Reply-To: <3A645C8B.24840.251F08@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 16 Jan 2001, Mark E. wrote: > A gcc bootstrap using valloc (and memalign) succeeded. Previous > efforts caused the bootstrap to fail because of the issue of what do > when the adjusted pointer was only adjusted by a small amount. But > now gcc has been changed to use malloc and adjust the pointer it > returns and not use valloc at all. But I also note a trend where > packages that use G.C. (like Smalltalk) will want aligned memory > either with mmap or some other method. So it looks like valloc and > its friend may have uses after all. Given that you invested much work in coding, documenting, and testing this, I don't see any reasons not to have this in the library. Thanks for your work.