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: yet another xvalloc


On Sat, Jan 13, 2001 at 03:50:31PM +0200, Laurynas Biveinis wrote:
> This version of xvalloc() does not touch ggc-page mmap()
> handling, so the patch became much simpler.
> 
> Tested under i686-pc-linux-gnu and i686-pc-msdosdjgpp.

As I said before, I don't like xvalloc.

I've just modified ggc-page to use malloc directly when
possible, which should resolve this issue once and for all.
Please try it out on your systems.


r~

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