| ... | @@ -24,6 +24,7 @@ pub const vtable: Allocator.VTable = .{ | ... | @@ -24,6 +24,7 @@ pub const vtable: Allocator.VTable = .{ |
| 24 | /// that don't provide a hint (for security reasons, but it serves our needs | 24 | /// that don't provide a hint (for security reasons, but it serves our needs |
| 25 | /// too). | 25 | /// too). |
| 26 | const enable_hints = switch (builtin.target.os.tag) { | 26 | const enable_hints = switch (builtin.target.os.tag) { |
| | 27 | .linux => !builtin.target.cpu.arch.isSPARC(), // https://bugzilla.kernel.org/show_bug.cgi?id=221820 |
| 27 | .openbsd => false, | 28 | .openbsd => false, |
| 28 | else => true, | 29 | else => true, |
| 29 | }; | 30 | }; |