| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2969722 commit 7af5427
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 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.27', | ||
| 39 | + 'v8_embedder_string': '-node.28', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -393,7 +393,7 @@ void LiftoffAssembler::AbortCompilation() { AbortedCodeGeneration(); } | |||
| 393 | 393 | ||
| 394 | 394 | // static | |
| 395 | 395 | constexpr int LiftoffAssembler::StaticStackFrameSize() { | |
| 396 | - return liftoff::kFeedbackVectorOffset; | ||
| 396 | + return liftoff::kTierupBudgetOffset; | ||
| 397 | 397 | } | |
| 398 | 398 | ||
| 399 | 399 | int LiftoffAssembler::SlotSizeForType(ValueKind kind) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments