Files
zig/lib
Alex Rønne Petersen c7d69f0160 std.mem: delete illegal code in findSentinel()
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
2026-03-23 05:35:04 +01:00
..
2026-03-17 23:33:10 +01:00
2026-03-12 17:44:03 -04:00
2026-03-08 18:41:21 -07:00
2026-03-17 23:33:10 +01:00