This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: libjava "make install" is broken again


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

[ quasi-old email ]

Bryce> That would be good, but I'd rather that the GC defined
Bryce> _Jv_AllocObj() rather than have the front end generate boehm-gc
Bryce> specific calls. That way it is possible to plug an alternative
Bryce> GC into libgcj without recompiling the applications, at least
Bryce> in the binary compatibility mode where the GC descriptors are
Bryce> generated at runtime.

Will we ever want to build against a generic version of the Boehm GC?
If not I guess we could easily hack the GC build to export
_Jv_AllocObj.  We could even do this with a -D option somewhere so we
only touch the configury and not the source.

Otherwise, maybe there's a way to define one symbol as an alias for
another.

My guess is we should do #1 and simply have the GC (and zlib) be built
as convenience libraries and pulled into libgcj.  That should help
performance, right?

Tom


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