This is the mail archive of the gcc-bugs@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: Virtual memory exhausted


On Fri, May 17, 2002 at 12:30:08AM +0200, Zdenek Dvorak wrote:
> This patch fixes it. Note that it seems that real problem is not in my patch,
> but in fact that iterative dataflow does not have to terminate if initial
> solution is not empty. I suppose that the fact that ordering of basic blocks
> respects loop structure of program most of the time probably causes this not
> to manifest (unless something like my patch changes the order).

Patch applied.

At present the remaining problems are that most of the profiling tests
fail.  If you could address this promptly, it would be appreciated.
I'd rather avoid reverting-then-reapplying the monster patch if possible.


r~


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