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]
Other format: [Raw text]

Re: mainline wants too much memory?


> cc1: out of memory allocating 1330363688 bytes after a total of 133231372
> bytes
> make: *** [sqlops.o] Error 1

I've seen something similar when flow went into an infinite loop.

We've been using this patch locally:

http://gcc.gnu.org/ml/gcc-patches/2003-01/msg02059.html

        Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>

        * flow.c (MAX_LIVENESS_ROUNDS): New.
        (calculate_global_regs_live): Guarantee that liveness updating will
        terminate.
        (update_life_info_in_dirty_blocks): Remove hack that masked the bug.


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