Reviewers: Mads Ager, Description: Prepare push to trunk. Now working on version 1.0.4.
Please review this at http://codereview.chromium.org/31015 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M ChangeLog M src/api.cc Index: src/api.cc =================================================================== --- src/api.cc (revision 1386) +++ src/api.cc (working copy) @@ -2185,7 +2185,7 @@ const char* v8::V8::GetVersion() { - return "1.0.3 (candidate)"; + return "1.0.4 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1386) +++ ChangeLog (working copy) @@ -1,3 +1,16 @@ +2009-02-27: Version 1.0.3 + + Optimized double-to-integer conversions in bit operations by using + SSE3 instructions if available. + + Optimized initialization sequences that store to multiple + properties of the same object. + + Changed the D8 debugger frontend to use JSON messages. + + Align code objects at 32-byte boundaries. + + 2009-02-25: Version 1.0.2 Improved profiling support by performing simple call stack --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
