[compiler] Use default call order in GetJSCallDescriptor
This change has no impact. It only changes the order of the arguments when using v8_enable_reverse_jsargs. Change-Id: I6063da3703f0fa4a2b790e4291727dd7ff460dfa Bug: v8:10201 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2292232 Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Commit-Queue: Tobias Tebbi <tebbi@chromium.org> Auto-Submit: Victor Gomes <victorgomes@chromium.org> Cr-Commit-Position: refs/heads/master@{#68798}
This commit is contained in:
parent
d4c91e7dc9
commit
6327b26105
@ -363,8 +363,7 @@ CallDescriptor* Linkage::GetJSCallDescriptor(Zone* zone, bool is_osr,
|
||||
kNoCalleeSaved, // callee-saved
|
||||
kNoCalleeSaved, // callee-saved fp
|
||||
flags, // flags
|
||||
"js-call", // debug name
|
||||
StackArgumentOrder::kJS); // stack order
|
||||
"js-call"); // debug name
|
||||
}
|
||||
|
||||
// TODO(turbofan): cache call descriptors for code stub calls.
|
||||
|
Loading…
Reference in New Issue
Block a user