--- v8/src/builtins/x64/builtins-x64.cc.orig 2025-01-27 17:37:37 UTC +++ v8/src/builtins/x64/builtins-x64.cc @@ -1830,7 +1830,7 @@ static void Generate_InterpreterEnterBytecode(MacroAss times_system_pointer_size, 0)); // Jump to the interpreter entry, and call kJavaScriptCallCodeStartRegister. - __ jmp(rbx); + __ jmp(rbx, /*notrack=*/true); } void Builtins::Generate_InterpreterEnterAtNextBytecode(MacroAssembler* masm) {