Reviewers: Mads Ager, Description: Prepare a push to trunk (version 1.1.9).
Please review this at http://codereview.chromium.org/73031 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 1700) +++ src/api.cc (working copy) @@ -2373,7 +2373,7 @@ const char* v8::V8::GetVersion() { - return "1.1.9 (candidate)"; + return "1.1.10 (candidate)"; } Index: ChangeLog =================================================================== --- ChangeLog (revision 1700) +++ ChangeLog (working copy) @@ -1,3 +1,15 @@ +2009-04-14: Version 1.1.9 + + Made the stack traversal code in the profiler robust to GCs. + + Added name inferencing for anonymous functions to facilitate + debugging and profiling. + + Re-enabled stats timers in the developer shell (d8). + + Fixed issue 303 by avoiding to shortcut cons-symbols. + + 2009-04-11: Version 1.1.8 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96). --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
