Commit 898524af authored by ishell's avatar ishell Committed by Commit bot

Disable vector store ICs for mjsunit/call-counts because slot indices change...

Disable vector store ICs for mjsunit/call-counts because slot indices change when --vector-stores is enabled.

Review URL: https://codereview.chromium.org/1381073003

Cr-Commit-Position: refs/heads/master@{#31059}
parent 03369ed2
......@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --allow-natives-syntax --noalways-opt
// Flags: --allow-natives-syntax --noalways-opt --no-vector-stores
// We disable vector store ICs because slot indices change when this option
// is enabled.
// Locations in the type feedback vector where call counts are maintained for
// the two calls made from bar();
......
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