| ... | ... | @@ -6412,9 +6412,6 @@ pub const FuncGen = struct { |
| 6412 | 6412 | // * https://github.com/llvm/llvm-project/blob/56905dab7da50bccfcceaeb496b206ff476127e1/llvm/test/MC/WebAssembly/blockaddress.ll |
| 6413 | 6413 | if (zcu.comp.getTarget().cpu.arch.isWasm()) break :jmp_table null; |
| 6414 | 6414 | |
| 6415 | | // Workaround for https://github.com/ziglang/zig/issues/24383: |
| 6416 | | if (self.ng.ownerModule().optimize_mode == .ReleaseSafe) break :jmp_table null; |
| 6417 | | |
| 6418 | 6415 | // On a 64-bit target, 1024 pointers in our jump table is about 8K of pointers. This seems just |
| 6419 | 6416 | // about acceptable - it won't fill L1d cache on most CPUs. |
| 6420 | 6417 | const max_table_len = 1024; |