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: PATCH: enabling ggc-page with simple malloc()



  In message <20000507195832.11672.qmail@softhome.net>you write:
  > This patch allows to use ggc-page on all systems and dramatically reduces
  > compilation times on systems, where previously only ggc-simple was
  > available, e.g.
  > in bootstrap stage2 compiling toplev.c it takes down GC time
Seems to me it would be a lot simpler to conditionally add vmalloc to 
libiberty.  vmalloc isn't more than a half dozen lines of code.

jeff



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