This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

cxx-mem-model merge [4 of 9] c-family


These changes are primarily recognition of all __atomic builtins plus the expansion of the generic versions of the atomics. If a generic function call uses an object which is compatible with a lock free integral size, then the call is translated into one of those. This provides lock free support for arbitrary user PODs.


Attachment: c-family.diff
Description: Text document


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