Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
12 lines
454 B
C++
12 lines
454 B
C++
--- 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) {
|