summaryrefslogtreecommitdiff
path: root/deps/v8/benchmarks/README.txt
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-05-21 09:41:50 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-05-21 09:41:50 -0700
commit2b34363d03e0718c9e9f39982c723b806558c759 (patch)
tree0388b89e7794e3aa7c9ee2e923570cca56c7def9 /deps/v8/benchmarks/README.txt
parent9514a4d5476225e8c8310ce5acae2857033bcaaa (diff)
downloadandroid-node-v8-2b34363d03e0718c9e9f39982c723b806558c759.tar.gz
android-node-v8-2b34363d03e0718c9e9f39982c723b806558c759.tar.bz2
android-node-v8-2b34363d03e0718c9e9f39982c723b806558c759.zip
Upgrade V8 to 2.2.11
Diffstat (limited to 'deps/v8/benchmarks/README.txt')
-rw-r--r--deps/v8/benchmarks/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/v8/benchmarks/README.txt b/deps/v8/benchmarks/README.txt
index eb759cc92c..8e08159da8 100644
--- a/deps/v8/benchmarks/README.txt
+++ b/deps/v8/benchmarks/README.txt
@@ -61,3 +61,11 @@ Removed duplicate line in random seed code, and changed the name of
the Object.prototype.inherits function in the DeltaBlue benchmark to
inheritsFrom to avoid name clashes when running in Chromium with
extensions enabled.
+
+
+Changes from Version 5 to Version 6
+===================================
+
+Removed dead code from the RayTrace benchmark and changed the Splay
+benchmark to avoid converting the same numeric key to a string over
+and over again.