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}
This commit is contained in:
ishell 2015-10-01 11:03:34 -07:00 committed by Commit bot
parent 03369ed2cb
commit 898524afce

View File

@ -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();