This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: genattrab memory usage
"Mark E." wrote:
>
> Hi Zack,
>
> > Possibly the "insn-attrtab.c on diet version 2" patch would help here?
> > http://gcc.gnu.org/ml/gcc-patches/2000-09/msg00277.html - not applied
> > as of my last CVS pull.
>
> I tried it, but still received a "virtual memory exhausted" message when
> genattrtab ran.
Maybe you could try to measure memory usage under linux with that patch?
If it is somewhere between 32M and 64M, this means the problem has moved to
gc, where we waste half of memory. So in this case that patch is necessarry
anyway.
Laurynas