This is the mail archive of the gcc@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]

Re: Need advice on DEFAULT_VTABLE_THUNKS settings


> What is the relationship to -vtable-thunks=3 and the C++ ABI in 2.96/3.0?

It is a completely different thing. -fvtable-thunks=2/3 fixes a
long-standing bug in the vtable thunks implementation; gcc 3 won't use
vtable thunks anymore (at least not in the way that caused this bug).

Regards,
Martin

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