Reviewers: Mads Ager, Description: Prepare push to trunk. Now working on version 1.1.1.
Please review this at http://codereview.chromium.org/43123 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 1492) +++ src/api.cc (working copy) @@ -2200,7 +2200,7 @@ const char* v8::V8::GetVersion() { - return "1.0.4 (candidate)"; + return "1.1.1 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1492) +++ ChangeLog (working copy) @@ -1,3 +1,25 @@ +2009-03-12: Version 1.1.0 + + Improved code generation infrastructure by doing simple register + allocation and constant folding and propagation. + + Optimized regular expression matching by avoiding to create + intermediate string arrays and by flattening nested array + representations of RegExp data. + + Traverse a few stack frames when recording profiler samples to + include partial call graphs in the profiling output. + + Added support for using OProfile to profile generated code. + + Added remote debugging support to the D8 developer shell. + + Optimized creation of nested literals like JSON objects. + + Fixed a bug in garbage collecting unused maps and turned it on by + default (--collect-maps). + + 2009-02-27: Version 1.0.3 Optimized double-to-integer conversions in bit operations by using --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
