Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: test/mjsunit/call-counts.js

Issue 1381073003: Disable vector store ICs for mjsunit/call-counts because slot indices change when --vector-store… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressing comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/call-counts.js
diff --git a/test/mjsunit/call-counts.js b/test/mjsunit/call-counts.js
index d1488245f118633ff6b91e85ac35f60ab78038ba..c0493e585dbede69ed6a7e2b3d5040f630e65d29 100644
--- a/test/mjsunit/call-counts.js
+++ b/test/mjsunit/call-counts.js
@@ -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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698