This is the mail archive of the java@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: Bug 9861 and Java 5 Generics


>>>>> "Terry" == Terry Laurenzo <tlaurenzo@gmail.com> writes:

Terry>  From my naive experience at this level with GCC, I anticipate a few
Terry> possible problem spots with this change:
Terry>     - As mentioned before, binary compatibility suffers

Just wanted to reply to this part -- we've never promised binary
compatibility across "minor" GCC releases (eg 4.0 -> 4.1), only in
point releases (eg 4.0.0 -> 4.0.1).  There's really no way we could
given the rate of change of the library; I think some folks think that
even our current policy is too conservative.

Our plan is to offer binary compatibility for those using the BC ABI.
(I was hoping we would do this in 4.1, but that looks unlikely as the
various known BC problems have not yet been addressed.)

Since when using the BC ABI the symbol names aren't important, I am
not concerned about this problem at all.

Tom


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