This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: FYI: split up parser build
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Fri, 2 Feb 2007 16:07:17 +0100 (CET)
- Subject: Re: Patch: FYI: split up parser build
- References: <m3bqkfrp1b.fsf@localhost.localdomain>
Hi Tom,
On Wed, 31 Jan 2007, Tom Tromey wrote:
> I didn't try to measure whether this helps compile-time memory use.
> Gerald, if you could try it, I'd appreciate it.
I tried twice, because I was not completely sure about the environment
the first time, so this took a bit, but sadly both builds failed the same
way:
/files/pfeifer/OBJ-0202-0121/gcc/gcj -B/files/pfeifer/OBJ-0202-0121/i386-unknown-freebsd5.4/libjava/ -B/files/pfeifer/OBJ-0202-0121/gcc/ -ffloat-store -fomit-frame-pointer -fclasspath= -fbootclasspath=/sw/test/GCC/trunk/libjava/classpath/lib --encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -fsource-filename=/files/pfeifer/OBJ-0202-0121/i386-unknown-freebsd5.4/libjava/classpath/lib/classes -MT gnu/javax/swing/text/html/parser/HTML_401F.lo -MD -MP -MF gnu/javax/swing/text/html/parser/HTML_401F.deps @gnu/javax/swing/text/html/parser/HTML_401F.list -fPIC -o gnu/javax/swing/text/html/parser/.libs/HTML_401F.o
jc1: out of memory allocating 4072 bytes after a total of 536275496 bytes
gmake[3]: *** [gnu/javax/swing/text/html/parser/HTML_401F.lo] Error 1
gmake[3]: Leaving directory `/files/pfeifer/OBJ-0202-0121/i386-unknown-freebsd5.4/libjava'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/files/pfeifer/OBJ-0202-0121/i386-unknown-freebsd5.4/libjava'
gmake[1]: *** [all-target-libjava] Error 2
Gerald