This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/13806] linking libgcj.so requires excessive time/memory
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2004 17:37:27 -0000
- Subject: [Bug libgcj/13806] linking libgcj.so requires excessive time/memory
- References: <20040122022123.13806.jsturm@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2004-01-22 17:37 -------
Yes, the current plan is to split the library into a core
part and then other lesser-used libraries. so, for instance,
we would have lib-java-awt.so and lib-javax-swing.so for those
packages. Ideally these separate libraries would be compiled
with -findirect-dispatch so that we wouldn't have library
ordering issues.
This is not static-linking-friendly so some thought would have to
be given to that.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13806