Reviewers: Yang,

Description:
Prepare push to trunk.  Now working on version 3.9.13.


[email protected]
BUG=
TEST=


Please review this at https://chromiumcodereview.appspot.com/9495004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 8922db6400d533157b2a56095b4a8792f14c8982..5b852bbc2e57d8c450f432ced734c80d5f58175d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2012-02-28: Version 3.9.12
+
+ Fix the negative lookup stub to handle deleted entries in a dictionary.
+        (issue 1964)
+
+        Add a new API where the host can supply a callback function. The
+ callback function can resolve the location of a return address on stack + to the location where a return-address rewriting profiler stashed the
+        original return address.
+
+        When compiling for-in pass correct context value to the increment
+        instruction. (Chromium issue http://crbug.com/115646)
+
+        Update breakpoints set with partial file name after compile.
+        (issue 1853)
+
+
 2012-02-27: Version 3.9.11

         Make 'module' a context-sensitive keyword (V8 issue 1957).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index 7bd900c22587886699f364b881f83f4a3f58dfd7..6d1abe4671089d4ca7bb8eaed8b2ccde60d80b20 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     9
-#define BUILD_NUMBER      12
+#define BUILD_NUMBER      13
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)


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

Reply via email to