Commit 6327b261 authored by Victor Gomes's avatar Victor Gomes Committed by Commit Bot

[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/+/2292232Reviewed-by: 's avatarTobias 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}
parent d4c91e7d
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment