[libcxx-commits] [PATCH] D124519: [libcxx] Switch __cxx_contention_t to int32_t on 32 bit AIX
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 6 11:48:18 PDT 2022
mstorsjo added a subscriber: ldionne.
mstorsjo added a comment.
@ldionne Would you happen to know what the implications and tradeoffs involved in `__cxx_contention_t` are, and why so far linux used `int32_t` while everything else used `int64_t`, and whether it is reasonable to switch 32 bit AIX to `int32_t`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124519/new/
https://reviews.llvm.org/D124519
More information about the libcxx-commits
mailing list