Reviewers: Søren Gjesse, Description: Prepare to push V8 version 1.2.8 to trunk.
Please review this at http://codereview.chromium.org/125177 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 2179) +++ src/version.cc (working copy) @@ -34,7 +34,7 @@ // cannot be changed without changing the SCons build script. #define MAJOR_VERSION 1 #define MINOR_VERSION 2 -#define BUILD_NUMBER 8 +#define BUILD_NUMBER 9 #define PATCH_LEVEL 0 #define CANDIDATE_VERSION true Index: ChangeLog =================================================================== --- ChangeLog (revision 2179) +++ ChangeLog (working copy) @@ -1,3 +1,17 @@ +2009-06-16: Version 1.2.8 + + Optimized math on ARM platforms. + + Fixed two crash bugs in the handling of getters and setters. + + Improved the debugger support by adding scope chain information. + + Improved the profiler support by compressing log data transmitted + to clients. + + Improved overall performance. + + 2009-06-08: Version 1.2.7 Improved debugger and profiler support. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
