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: DJGPP patches?


Laurynas Biveinis <lauras@softhome.net> writes:
> For now, yes - I use --with-gc=page. But if the patch is OK, I
> think gc-simple could be totally removed, as well as GC choice
> with configure script.

Thanks for the clarification.

> > Also, could you point out the URL for Alexandre's patch for avoiding
> > memory wastage?
> 
> http://gcc.gnu.org/ml/gcc/2000-01/msg00547.html

Thanks.

fyi, I tried out your patch with x86-mingw32[1], and it did indeed 
work very well. However, compiling some of my C++ files took much
more memory than it usually takes, and that may have to do with the
memory lossage.

I'm running a bootstrap right now with Alexandre's code and see how
much improvement I get.

[1] Win32 API has very good support for all sorts of memory mapped
files, but the interface is quite different from mmap and friends;
to allow gcc to use it, I'll have to create a wrapper (pretty simple), 
and then add it to perhaps libiberty. I'd rather not add any more
platform specific code if possible to avoid future maintainance 
hassles.

Regards,
Mumit


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