This is the mail archive of the gcc-patches@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]

[PATCH bootstrap/libjava] split org_omg.lo into smaller bits


Hi,

We ran into a build issue with gcc-4.2.3 on hppa-hp-hpux11.23 - the
build failed when it ran out of memory. It could be fixed by splitting 
gnu/xml and org/omg into smaller pieces. For trunk gnu/xml had already
been divided up -
http://gcc.gnu.org/ml/java-patches/2007-q1/msg00311.html so we just
did the same to org/omg.

We still see maximum memory usage going to almost 600MB when building
org_omg_CORBA.lo, so at some point it may be necessary to subdivide
more, but this fixed it for us.

Tested by building gcc-4.2.3 on hppa-hp-hpux11.23, and building trunk
on i386-unknown-linux and running the libjava tests with no
regressions.

Ok for trunk?

Peter 

Attachment: org_omg_in_bits.patch
Description: Text document


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