[libc-commits] [PATCH] D155511: [libc] Treat the locks array as a bitfield

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 18 03:39:22 PDT 2023


JonChesterfield added a comment.

Sad to see this isn't a type. Part of the point of encapsulating the indexing and mutation ops is the inbox outbox array's could also be bitmaps.

Even without that, there's no reason to open code the division and modulo with


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155511/new/

https://reviews.llvm.org/D155511



More information about the libc-commits mailing list