We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2969722 commit 7af5427Copy full SHA for 7af5427
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.27',
+ 'v8_embedder_string': '-node.28',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/wasm/baseline/riscv64/liftoff-assembler-riscv64.h
@@ -393,7 +393,7 @@ void LiftoffAssembler::AbortCompilation() { AbortedCodeGeneration(); }
393
394
// static
395
constexpr int LiftoffAssembler::StaticStackFrameSize() {
396
- return liftoff::kFeedbackVectorOffset;
+ return liftoff::kTierupBudgetOffset;
397
}
398
399
int LiftoffAssembler::SlotSizeForType(ValueKind kind) {
0 commit comments