Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.10.5.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10070008/
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
ca3055b539d980d2b7ff1e1ddd6385dff8d68253..c84fa7bec58336374b10df41e54c9fb5044a6920
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-04-19: Version 3.10.4
+
+ Fix issues when stressing compaction with WeakMaps.
+
+ Fix missing GVN flag for new-space promotion. (Chromium issue
123919)
+
+ Simplify invocation sequence at monomorphic function invocation
sites.
+ (issue 2079)
+
+ Fix typo in lazy-instance.h. (issue 2091)
+
+ Performance and stability improvements on all platforms.
+
+
2012-04-17: Version 3.10.3
Fixed several bugs in heap profiles (including issue 2078).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
56f9370cf9d121ae0311c9beef4b0bd8bafb2a11..3193c9f386b860a0a766ad2b23ab4e2bbbf79a62
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 10
-#define BUILD_NUMBER 4
+#define BUILD_NUMBER 5
#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