mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
c7d69f0160
I understand the temptation to exploit page size knowledge to make this function faster, but I don't think this code can ever be compatible with any reasonable set of pointer provenance/aliasing rules. At the very least, I don't believe it is compatible with LLVM's. closes https://github.com/ziglang/zig/issues/23184