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]

Re: Reducing memory consumption


On Mar 19, 2000, Jeffrey A Law <law@cygnus.com> wrote:

> we have to use valloc the amount of memory held by GC is actually 2X
> what it should be (go look at how valloc works when you ask for a
> page of memory :(.

Would you like to try that patch that moved the page allocation
mechanisms into libiberty?  It was supposed to improve the use of
valloc too, and fallback to malloc if it can't be done.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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