[libc-commits] [libc] [libc] Implement simple lock-free stack data structure (PR #83026)
Jon Chesterfield via libc-commits
libc-commits at lists.llvm.org
Mon Feb 26 11:04:40 PST 2024
JonChesterfield wrote:
You don't need extra information to get stack semantics - the next value to pop is the one allocated at the highest index.
https://github.com/llvm/llvm-project/pull/83026
More information about the libc-commits
mailing list