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]

[Bug libgcj/13806] linking libgcj.so requires excessive time/memory


------- 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


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