File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3636
3737 # Reset this number to 0 on major V8 upgrades.
3838 # Increment by one for each non-official patch applied to deps/v8.
39- 'v8_embedder_string' : '-node.17 ' ,
39+ 'v8_embedder_string' : '-node.18 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change 66
77// TODO(v8:11421): Remove #if once baseline compiler is ported to other
88// architectures.
9- #if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64 || \
10- V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_RISCV64 || V8_TARGET_ARCH_MIPS64 || \
11- V8_TARGET_ARCH_MIPS
9+ #include " src/flags/flags.h"
10+ #if ENABLE_SPARKPLUG
1211
1312#include " src/baseline/baseline-compiler.h"
1413#include " src/codegen/compiler.h"
Original file line number Diff line number Diff line change @@ -1053,9 +1053,7 @@ void Builtins::Generate_MemMove(MacroAssembler* masm) {
10531053
10541054// TODO(v8:11421): Remove #if once baseline compiler is ported to other
10551055// architectures.
1056- #if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64 || \
1057- V8_TARGET_ARCH_ARM || V8_TARGET_ARCH_RISCV64 || V8_TARGET_ARCH_MIPS64 || \
1058- V8_TARGET_ARCH_MIPS
1056+ #if ENABLE_SPARKPLUG
10591057void Builtins::Generate_BaselineLeaveFrame (MacroAssembler* masm) {
10601058 EmitReturnBaseline (masm);
10611059}
You can’t perform that action at this time.
0 commit comments