make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Make CVS HEAD version build out of the box


From: Dave Korn
Subject: RE: Make CVS HEAD version build out of the box
Date: Wed, 3 Oct 2007 17:26:24 +0100

On 03 October 2007 17:01, Yongwei Wu wrote:


>> The only real solution is to avoid alloca() and use malloc() everywhere.
> 
> I do not like heap allocation here, which is vastly slower, and will
> really make the Windows fix very, very ugly.

  "Slow" is a relative term.  Given that this allocation is only necessary
when we're about to go out to the disk to perform a 'stat' operation, I
believe that the (actually fairly small) amount of time it takes the heap
allocater to pull a chunk off a linked-list is likely to be entirely
insignificant compared to the time required by the I/O.


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

[Prev in Thread] Current Thread [Next in Thread]