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

Unified Diff: test/mjsunit/regress/regress-crbug-513507.js

Issue 1287383003: Re-reland: Remove register index/code indirection (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Merge with ToT 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 | « test/cctest/test-code-stubs-x64.cc ('k') | test/unittests/compiler/instruction-selector-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/regress/regress-crbug-513507.js
diff --git a/test/mjsunit/regress/regress-crbug-513507.js b/test/mjsunit/regress/regress-crbug-513507.js
index dbf35c91febd403577c03381c430a53a9014ae5b..09a72803c0667b5db0efb9bd9ef10bb91477d93a 100644
--- a/test/mjsunit/regress/regress-crbug-513507.js
+++ b/test/mjsunit/regress/regress-crbug-513507.js
@@ -20,5 +20,3 @@ function makeFun() {
}
makeFun()(7); // Warm up.
titzer 2015/09/24 09:54:45 What's up here?
danno 2015/09/24 10:43:26 The test change was probably a strange merge hiccu
-makeFun()(4); // Optimize once.
-makeFun()(1); // Optimize again.
« no previous file with comments | « test/cctest/test-code-stubs-x64.cc ('k') | test/unittests/compiler/instruction-selector-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698