Revision: 13497 Author: [email protected] Date: Thu Jan 24 08:29:54 2013 Log: Prepare push to trunk. Now working on version 3.16.10.
[email protected] BUG= Review URL: https://chromiumcodereview.appspot.com/12047084 http://code.google.com/p/v8/source/detail?r=13497 Modified: /branches/bleeding_edge/ChangeLog /branches/bleeding_edge/src/version.cc ======================================= --- /branches/bleeding_edge/ChangeLog Wed Jan 23 05:40:51 2013 +++ /branches/bleeding_edge/ChangeLog Thu Jan 24 08:29:54 2013 @@ -1,3 +1,17 @@ +2013-01-24: Version 3.16.9 + + Made embedded maps in optimized code weak. + (issue 2073) + + Fixed corner case when JSFunction is evicted from flusher. + (Chromium issue 168801) + + Correctly set kCanBeDivByZero flag for HMathFloorOfDiv. + (Chromium issue 171641) + + Performance and stability improvements on all platforms. + + 2013-01-23: Version 3.16.8 Correctly reset lastIndex in an RegExp object. ======================================= --- /branches/bleeding_edge/src/version.cc Wed Jan 23 05:40:51 2013 +++ /branches/bleeding_edge/src/version.cc Thu Jan 24 08:29:54 2013 @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 3 #define MINOR_VERSION 16 -#define BUILD_NUMBER 9 +#define BUILD_NUMBER 10 #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
