Commit a03ed9d6 authored by Vasili Skurydzin's avatar Vasili Skurydzin Committed by V8 LUCI CQ

aix: Fix stack overflow error in debug mode on regress-1067270.js

Change-Id: I49a4e2f05028279cd69d3909a9ca80f4c0acb1c5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3208649Reviewed-by: 's avatarMilad Fa <mfarazma@redhat.com>
Reviewed-by: 's avatarOmer Katz <omerkatz@chromium.org>
Commit-Queue: Vasili Skurydzin <vasili.skurydzin@ibm.com>
Cr-Commit-Position: refs/heads/main@{#77266}
parent 5f9dd798
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Flags: --allow-natives-syntax --stack-size=1200
// Flags: --allow-natives-syntax --stack-size=1400
const needle = Array(1802).join(" +") + Array(16884).join("A");
const string = "A";
......
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