Revision: 3607
Author: [email protected]
Date: Thu Jan 14 07:09:43 2010
Log: Push to trunk. Now working on 2.0.7.

Review URL: http://codereview.chromium.org/548041
http://code.google.com/p/v8/source/detail?r=3607

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Fri Dec 18 00:21:21 2009
+++ /branches/bleeding_edge/ChangeLog   Thu Jan 14 07:09:43 2010
@@ -1,3 +1,19 @@
+2010-01-14: Version 2.0.6
+
+        Added ES5 Object.getPrototypeOf, GetOwnPropertyDescriptor,
+        GetOwnProperty, FromPropertyDescriptor.
+
+        Fixed Mac x64 build errors.
+
+        Improved performance of some math and string operations.
+
+        Improved performance of some regexp operations.
+
+        Improved performance of context creation.
+
+        Improved performance of hash tables.
+
+
 2009-12-18: Version 2.0.5

Extended to upper limit of map space to allow for 7 times as many map
=======================================
--- /branches/bleeding_edge/src/version.cc      Fri Dec 18 00:21:21 2009
+++ /branches/bleeding_edge/src/version.cc      Thu Jan 14 07:09:43 2010
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     2
 #define MINOR_VERSION     0
-#define BUILD_NUMBER      6
+#define BUILD_NUMBER      7
 #define PATCH_LEVEL       0
 #define CANDIDATE_VERSION true

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to