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 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.17 ' ,
39
+ 'v8_embedder_string' : '-node.18 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change 6
6
7
7
// TODO(v8:11421): Remove #if once baseline compiler is ported to other
8
8
// 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
12
11
13
12
#include " src/baseline/baseline-compiler.h"
14
13
#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) {
1053
1053
1054
1054
// TODO(v8:11421): Remove #if once baseline compiler is ported to other
1055
1055
// 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
1059
1057
void Builtins::Generate_BaselineLeaveFrame (MacroAssembler* masm) {
1060
1058
EmitReturnBaseline (masm);
1061
1059
}
You can’t perform that action at this time.
0 commit comments