[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/30291] Out of memeory error when building the CVS version
From: |
gnu_andrew at member dot fsf dot org |
Subject: |
[Bug classpath/30291] Out of memeory error when building the CVS version |
Date: |
1 Jan 2007 20:38:02 -0000 |
------- Comment #5 from gnu_andrew at member dot fsf dot org 2007-01-01 20:38
-------
I've used ecj both like Mark says (as a script, but with -mX384M to support the
needed memory requirements) and now as a native gcj executable (where -J would
clearly fail). I don't think this is a direct Classpath issue, just an issue
with a Java-based compiler and a large source base. I've seen other build
scripts that allocate memory to ecj to get it to compile (I think Ant may up
the heap).
The recent change is likely to be because of the import of the generics branch.
This probably uses a fair bit more memory for the additional type inferencing
that now occurs, and also requires ecj or javac (whereas plain 0.93 could get
away with using jikes).
--
gnu_andrew at member dot fsf dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30291