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?


Mumit Khan wrote:
> 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.

Yes, that should be the reason - with my patch memory allocation size
on DJGPP is increased by 4095 bytes, and typical allocation size is
4096 bytes... Quite a wastage. This could be improved by Alexandre's
code and by allocating memory in bigger sizes.

Laurynas Biveinis



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