We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d2c57 commit 6d037feCopy full SHA for 6d037fe
src/codegen/llvm.zig
@@ -6410,9 +6410,6 @@ pub const FuncGen = struct {
6410
// * https://github.com/llvm/llvm-project/blob/56905dab7da50bccfcceaeb496b206ff476127e1/llvm/test/MC/WebAssembly/blockaddress.ll
6411
if (zcu.comp.getTarget().cpu.arch.isWasm()) break :jmp_table null;
6412
6413
- // Workaround for https://github.com/ziglang/zig/issues/24383:
6414
- if (self.ng.ownerModule().optimize_mode == .ReleaseSafe) break :jmp_table null;
6415
-
6416
// On a 64-bit target, 1024 pointers in our jump table is about 8K of pointers. This seems just
6417
// about acceptable - it won't fill L1d cache on most CPUs.
6418
const max_table_len = 1024;
0 commit comments