Reviewers: Søren Gjesse, Description: Prepare push to trunk. Now working on version 2.2.12.
Please review this at http://codereview.chromium.org/2080018/show 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 4698) +++ 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 2 -#define BUILD_NUMBER 11 +#define BUILD_NUMBER 12 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true Index: ChangeLog =================================================================== --- ChangeLog (revision 4698) +++ ChangeLog (working copy) @@ -1,3 +1,21 @@ +2010-05-21: Version 2.2.11 + + Fix crash bug in liveedit on 64 bit. + + Use 'full compiler' when debugging is active. Page reload may be + needed. This should increase the density of possible break points, + making single step more fine grained. IA32 and x64 only for now. + + Misc. fixes to the Solaris build. + + Add new flags --print-cumulative-gc-stat and --trace-gc-nvp. + + Improve security when CPU profiling. + + Fix crash bug on ARM when running without VFP. + + Incremental performance improvements in all backends. + 2010-05-17: Version 2.2.10 Performance improvements in the x64 and ARM backends. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
