[libc-commits] [libc] [libc][arc4random][patch 2/4] add ABA protected MPMCStack (PR #151361)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Aug 14 08:57:47 PDT 2025


https://github.com/jhuber6 commented:

Why does this need to be lock free again? You could probably take the `fixedstack` approach I use but change it from a static array to one that allocated linked-lists.

https://github.com/llvm/llvm-project/pull/151361


More information about the libc-commits mailing list