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

Unified Diff: benchmarks/run.js

Issue 10831153: Improve load IC so it can call a native accessor even if the holder is (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 8 years, 4 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
Index: benchmarks/run.js
===================================================================
--- benchmarks/run.js (revision 12254)
+++ benchmarks/run.js (working copy)
@@ -27,14 +27,14 @@
load('base.js');
-load('richards.js');
-load('deltablue.js');
-load('crypto.js');
-load('raytrace.js');
-load('earley-boyer.js');
+//load('richards.js');
+//load('deltablue.js');
+//load('crypto.js');
+//load('raytrace.js');
+//load('earley-boyer.js');
load('regexp.js');
-load('splay.js');
-load('navier-stokes.js');
+//load('splay.js');
+//load('navier-stokes.js');
Toon Verwaest 2012/08/06 13:49:24 Probably shouldn't disable the benchmarks?
Erik Corry 2012/08/06 14:26:46 Oops!
var success = true;
« no previous file with comments | « benchmarks/regexp.js ('k') | src/arm/stub-cache-arm.cc » ('j') | src/arm/stub-cache-arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698