Chromium Code Reviews

Unified Diff: benchmarks/deltablue.js

Issue 115227: Add new Splay benchmark to the V8 benchmark suite and remove... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « benchmarks/base.js ('k') | benchmarks/earley-boyer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/deltablue.js
===================================================================
--- benchmarks/deltablue.js (revision 1898)
+++ benchmarks/deltablue.js (working copy)
@@ -16,10 +16,10 @@
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-// This implementation of the DeltaBlue benchmark is derived
-// from the Smalltalk implementation by John Maloney and Mario
-// Wolczko. Some parts have been translated directly, whereas
-// others have been modified more aggresively to make it feel
+// This implementation of the DeltaBlue benchmark is derived
+// from the Smalltalk implementation by John Maloney and Mario
+// Wolczko. Some parts have been translated directly, whereas
+// others have been modified more aggresively to make it feel
// more like a JavaScript program.
« no previous file with comments | « benchmarks/base.js ('k') | benchmarks/earley-boyer.js » ('j') | no next file with comments »

Powered by Google App Engine