Reviewers: Kevin Millikin,

Description:
Prepare to push V8 version 1.1.1 to trunk.

Please review this at http://codereview.chromium.org/42122

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 1499)
+++ src/api.cc  (working copy)
@@ -2200,7 +2200,7 @@


  const char* v8::V8::GetVersion() {
-  return "1.1.1 (candidate)";
+  return "1.1.2 (candidate)";
  }


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 1499)
+++ ChangeLog   (working copy)
@@ -1,3 +1,16 @@
+2009-03-12: Version 1.1.1
+
+        Fixed an assertion in the new compiler to take stack overflow
+        exceptions into account.
+
+        Removed exception propagation code that could cause crashes.
+
+        Fixed minor bug in debugger line number computations.
+
+        8-byte align the C stack on Linux and Windows to speed up floating
+        point computations.
+
+
  2009-03-12: Version 1.1.0

          Improved code generation infrastructure by doing simple register



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to