Reviewers: Yang,
Description:
Prepare push to trunk. Now working on version 3.9.4.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9348014/
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
97174a83a4fbaa127d6bd78e8f0eed8989c34bce..34e0cb1ef50f838063773310201605f470e9dafc
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-02-07: Version 3.9.3
+
+ When rethrowing an exception, print the stack trace of its original
+ site instead of rethrow site (Chromium issue 60240).
+
+ Increased size of small stacks from 32k to 64k to avoid hitting
limits
+ in Chromium (Chromium issue 112843).
+
+
2012-02-06: Version 3.9.2
Add timestamp to --trace-gc output. (issue 1932)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
48a5e5b30adc27e89fb58b135cc8a687b32da880..c6a6321fdd622c19c2b5e8fb37083265b394fdce
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 3
+#define BUILD_NUMBER 4
#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