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

Unified Diff: test/mjsunit/compiler/regress-gvn.js

Issue 11028027: Revert trunk to bleeding_edge at r12484 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 2 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 | « test/mjsunit/compiler/inline-arguments.js ('k') | test/mjsunit/compiler/regress-or.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/regress-gvn.js
diff --git a/test/mjsunit/compiler/regress-gvn.js b/test/mjsunit/compiler/regress-gvn.js
index 01b1aa9a60705602fec7f50dcf28a61210031eb5..358daf7117716ee0a18b79d69d35358563340405 100644
--- a/test/mjsunit/compiler/regress-gvn.js
+++ b/test/mjsunit/compiler/regress-gvn.js
@@ -25,7 +25,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --noalways-opt --allow-natives-syntax
+// Flags: --noalways-opt
//
// Regression test for global value numbering.
@@ -39,11 +39,10 @@ function test(a) {
var a = new Array();
-var n = 100;
+var n = 100000000;
var result = 0;
for (var i = 0; i < n; ++i) {
- if (i == 10) %OptimizeFunctionOnNextCall(test);
a[0] = 0;
result += test(a);
}
« no previous file with comments | « test/mjsunit/compiler/inline-arguments.js ('k') | test/mjsunit/compiler/regress-or.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698