Chromium Code Reviews| Index: test/mjsunit/call-counts.js |
| diff --git a/test/mjsunit/call-counts.js b/test/mjsunit/call-counts.js |
| index d1488245f118633ff6b91e85ac35f60ab78038ba..854161c5c2c89001a8dad9afb2a29bf8a6f30600 100644 |
| --- a/test/mjsunit/call-counts.js |
| +++ b/test/mjsunit/call-counts.js |
| @@ -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 --noalways-opt |
| +// Flags: --allow-natives-syntax --noalways-opt --no-vector-stores |
|
Jakob Kummerow
2015/10/01 17:27:11
Please add a comment summarizing why this flags is
|
| // Locations in the type feedback vector where call counts are maintained for |
| // the two calls made from bar(); |