Commit ff784f62 authored by Victor Gomes's avatar Victor Gomes Committed by Commit Bot

[BUILD] Disable reverse jsargs stack

Change-Id: Iee7d2d0d2abbb5e18640d0601203dfb58e5ec474
Bug: v8:10201, v8:10825
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2374527
Commit-Queue: Victor Gomes <victorgomes@chromium.org>
Auto-Submit: Victor Gomes <victorgomes@chromium.org>
Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69551}
parent 243b7f63
......@@ -110,10 +110,7 @@ declare_args() {
v8_enable_31bit_smis_on_64bit_arch = false
# Reverse JS arguments order in the stack (sets -dV8_REVERSE_JSARGS).
v8_enable_reverse_jsargs =
v8_current_cpu != "ppc" && v8_current_cpu != "ppc64" &&
v8_current_cpu != "s390" && v8_current_cpu != "s390x" &&
v8_current_cpu != "mipsel" && v8_current_cpu != "mips64el"
v8_enable_reverse_jsargs = false
# Sets -dOBJECT_PRINT.
v8_enable_object_print = ""
......
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