Skip to content

Commit

Permalink
deps: V8: cherry-pick 70caf337c3f6
Browse files Browse the repository at this point in the history
Original commit message:

    [riscv64] Fix the StaticStackFrameSize

     Update the size to kTierupBudgetOffset.

    Change-Id: Ibe241211ef67148fae3a4a9eed271f9293ca4801
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3585492
    Reviewed-by: ji qiu <qiuji@iscas.ac.cn>
    Commit-Queue: Yahan Lu <yahan@iscas.ac.cn>
    Auto-Submit: Yahan Lu <yahan@iscas.ac.cn>
    Cr-Commit-Position: refs/heads/main@{#79978}

Refs: v8/v8@70caf33
PR-URL: #50506
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
  • Loading branch information
kxxt authored and targos committed Nov 27, 2023
1 parent 2969722 commit 7af5427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -36,7 +36,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.27',
'v8_embedder_string': '-node.28',

##### V8 defaults for Node.js #####

Expand Down
Expand Up @@ -393,7 +393,7 @@ void LiftoffAssembler::AbortCompilation() { AbortedCodeGeneration(); }

// static
constexpr int LiftoffAssembler::StaticStackFrameSize() {
return liftoff::kFeedbackVectorOffset;
return liftoff::kTierupBudgetOffset;
}

int LiftoffAssembler::SlotSizeForType(ValueKind kind) {
Expand Down

0 comments on commit 7af5427

Please sign in to comment.