This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]: Reduce memory usage of AVAIL sets, speed up PRE


On Thu, 2004-07-01 at 15:49, Daniel Berlin wrote:
> This reduces the memory used by the AVAIL sets (these are the largest
> sets), by a large factor (each node used to take 8 bytes. Each node now
> takes 1 bit plus sparse bitmap overhead).
>
Excellent.  Will this take care of the memory problem with 20001226-1.c?


Diego.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]