[PATCH] D123872: Force GHashCell to be 8-byte-aligned.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 13:22:27 PDT 2022


jyknight accepted this revision.
jyknight added a comment.
This revision is now accepted and ready to land.

Sidenote: Oh, yikes! I didn't even notice before that this code is doing reinterpret_cast from a `GHashCell*` to a `std::atomic<GHashCell>*`. That's...kinda not great...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123872



More information about the llvm-commits mailing list