aboutsummaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-v8_src_compiler_backend_x64_code-generator-x64.cc
blob: 07e95b7fbc128d3c7e5d8166ed18ac36c0eed4ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- v8/src/compiler/backend/x64/code-generator-x64.cc.orig	2023-07-24 14:27:53 UTC
+++ v8/src/compiler/backend/x64/code-generator-x64.cc
@@ -6576,7 +6576,7 @@ void CodeGenerator::AssembleArchTableSwitch(Instructio
   __ cmpl(input, Immediate(case_count));
   __ j(above_equal, GetLabel(i.InputRpo(1)));
   __ leaq(kScratchRegister, Operand(table));
-  __ jmp(Operand(kScratchRegister, input, times_8, 0));
+  __ jmp(Operand(kScratchRegister, input, times_8, 0), /*notrack=*/true);
 }
 
 void CodeGenerator::AssembleArchSelect(Instruction* instr,