Reviewers: Yang,
Description:
Prepare push to trunk. Now working on version 3.9.1.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9315027/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
ab885c0935a8e21698a7ecc459575182f73797c1..f69a5b7d20fd9b82e0c180856de6a4a6626e29da
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-01: Version 3.9.0
+
+ Reduce memory use immediately after starting V8.
+
+ Stability fixes and performance improvements on all platforms.
+
+
2012-01-26: Version 3.8.9
Flush number string cache on GC (issue 1605).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
51ccb7886dba60c7b145d1a9137d5ce750158996..881d3e986b4555787016e31e7cd59f68bb7f539e
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 9
-#define BUILD_NUMBER 0
+#define BUILD_NUMBER 1
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev