Revision: 10575 Author: [email protected] Date: Wed Feb 1 02:43:19 2012 Log: Prepare push to trunk. Now working on version 3.9.1.
[email protected] Review URL: https://chromiumcodereview.appspot.com/9315027 http://code.google.com/p/v8/source/detail?r=10575 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Jan 25 23:35:56 2012 +++ /branches/bleeding_edge/ChangeLog Wed Feb 1 02:43:19 2012 @@ -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). ======================================= --- /branches/bleeding_edge/src/version.cc Wed Jan 25 23:35:56 2012 +++ /branches/bleeding_edge/src/version.cc Wed Feb 1 02:43:19 2012 @@ -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
