This is the mail archive of the gcc@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: GGC_QUIRE_SIZE change


On Tue, Aug 29, 2000 at 02:52:35PM -0400, Richard Kenner wrote:
>     This is beginning to sound like an OS bug.  Could you try compiling
>     this test program with and without -DGGC_QUIRE_SIZE=1 and see what it
>     prints when run?  
> 
> When I get this, it runs until swap space fills, so this is definitely
> very different from the behavior seen with GCC.

Try adding a

  *page = 1;

after the check to see if mmap failed.

zw

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