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: JVMTI stack tracing patch breaks C++ ABI


>>>>> "David" == David Daney <ddaney@avtrex.com> writes:

David> I don't think so.  There is no C++ ABI compatibility across GCC
David> releases.  This should be fine as is.

Yes, that's right.  We generally preserve the C++ ABI in a given
release (4.2.x, say), but not across major releases.  In fact I don't
think we've ever had two major releases that preserved the C++ ABI.

Tom


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