After patch
```
plct-dev-7:~/source/node $ git diff HEAD^
diff --git a/deps/v8/src/builtins/builtins-definitions.h
b/deps/v8/src/builtins/builtins-definitions.h
index c793ef521f..175acbd495 100644
--- a/deps/v8/src/builtins/builtins-definitions.h
+++ b/deps/v8/src/builtins/builtins-definitions.h
@@ -190,7 +190,7 @@ namespace internal {
/* Baseline Compiler */
\
ASM(BaselineOutOfLinePrologue, BaselineOutOfLinePrologue)
\
ASM(BaselineOutOfLinePrologueDeopt, Void)
\
- ASM(BaselineOnStackReplacement, OnStackReplacement) \
+ ASM(BaselineOnStackReplacement, BaselineOnStackReplacement)
\
ASM(BaselineLeaveFrame, BaselineLeaveFrame)
\
ASM(BaselineOrInterpreterEnterAtBytecode, Void)
\
ASM(BaselineOrInterpreterEnterAtNextBytecode, Void)
\
```
The riscv issue(https://bugs.chromium.org/p/v8/issues/detail?id=13836) be
fixed. But in my understanding, OnStackReplacementDescriptor is the same as
BaselineOnStackReplacementDescriptor.
refer:
1.
https://chromium-review.googlesource.com/c/v8/v8/+/3859850/13/src/codegen/interface-descriptors-inl.h#373
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/v8-dev/89ca4842-8afc-43b9-9bbe-5945bedb1cc5n%40googlegroups.com.