Reviewers: Mads Ager,
Description:
Push to trunk. Now working on 2.0.7.
Please review this at http://codereview.chromium.org/548041
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M ChangeLog
M src/version.cc
Index: src/version.cc
===================================================================
--- src/version.cc (revision 3603)
+++ src/version.cc (working copy)
@@ -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
Index: ChangeLog
===================================================================
--- ChangeLog (revision 3603)
+++ ChangeLog (working copy)
@@ -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
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev