Commit 9491d5ea authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[numfuzz] Temporarily don't use --budget-for-feedback-vector-allocation=0

No-Try: true
Bug: v8:10243
Change-Id: Ief8ef4b39bffbfa30abf32010eb3ae25c05e25f6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2064972Reviewed-by: 's avatarMythri Alle <mythria@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66365}
parent 1403fd7d
......@@ -13,7 +13,8 @@ from . import base
EXTRA_FLAGS = [
(0.1, '--always-opt'),
(0.1, '--assert-types'),
(0.1, '--budget-for-feedback-vector-allocation=0'),
# TODO(mythria): https://crbug.com/v8/10243
# (0.1, '--budget-for-feedback-vector-allocation=0'),
(0.1, '--cache=code'),
(0.1, '--force-slow-path'),
(0.2, '--future'),
......
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