Nits
Mark Mitchell
mark at codesourcery.com
Thu Aug 3 07:00:17 UTC 2000
Folks --
Two minor details regarding COMDAT:
- The ABI should explicitly say that the initialization guards for
local statics should be COMDAT, if the local statics is COMDAT.
- Templates and inlines with internal linkage should not be placed
in COMDAT groups. Similarly, local statics in such functions.
Similarly, static data members, vtables, type_info data, and
function members in local classes, in a function with internal
linkage.
--
Mark Mitchell mark at codesourcery.com
CodeSourcery, LLC http://www.codesourcery.com
More information about the cxx-abi-dev
mailing list