Revision: 10104 Author: [email protected] Date: Thu Dec 1 00:14:30 2011 Log: Prepare push to trunk. Now working on version 3.8.0
[email protected] BUG= TEST= Review URL: http://codereview.chromium.org/8770001 http://code.google.com/p/v8/source/detail?r=10104 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Tue Nov 29 06:21:47 2011 +++ /branches/bleeding_edge/ChangeLog Thu Dec 1 00:14:30 2011 @@ -1,3 +1,18 @@ +2011-12-01: Version 3.7.12 + + Increase tick interval for the android platform. + + Fix a bug in the register allocator. (chromium:105112) + + Fix handling of recompiling code. (chromium:105375, v8:1782) + + Start incremental marking on idle notification. (v8:1458) + + Build fixes for various platforms. + + Various performance improvements. + + 2011-11-29: Version 3.7.11 Fixed bug when generating padding to ensure space for lazy ======================================= --- /branches/bleeding_edge/src/version.cc Tue Nov 29 06:21:47 2011 +++ /branches/bleeding_edge/src/version.cc Thu Dec 1 00:14:30 2011 @@ -33,8 +33,8 @@ // NOTE these macros are used by the SCons build script so their names // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 -#define MINOR_VERSION 7 -#define BUILD_NUMBER 12 +#define MINOR_VERSION 8 +#define BUILD_NUMBER 0 #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
