This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: change of libgcj soname for gcc-3.2?
- From: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>, Adam Megacz <gcj at lists dot megacz dot com>, <java at gcc dot gnu dot org>
- Date: 12 Aug 2002 11:31:34 -0600
- Subject: Re: change of libgcj soname for gcc-3.2?
- References: <Pine.LNX.4.44.0207292333510.25076-100000@ops2.one-point.com>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
Jeff> Anyone besides me think --indirect-dispatch should be on by
Jeff> default? (Once the interpreter is fixed, that is.)
I'm currently (I reserve the right to be swayed by as-yet-unmade
arguments :-) in favor of it, once the missing parts have been
implemented. I like the idea significantly reducing our ABI
compatibility worries, especially since we'll be changing the library
in every forseeable future release.
Tom