Reviewers: Michael Starzinger,
Description:
Prepare push to trunk. Now working on version 3.15.8.
[email protected]
Please review this at https://codereview.chromium.org/11280252/
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
77b198ee01afb22c39e2f3024997e2e92aa01f13..c10291049392e7b52e080c259827d341f5dd0cc4
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-11-30: Version 3.15.7
+
+ Activated code aging by default.
+
+ Included more information in --prof log.
+
+ Removed eager sweeping for lazy swept spaces. Try to find in
+ SlowAllocateRaw a bounded number of times a big enough memory slot.
+ (issue 2194)
+
+ Performance and stability improvements on all platforms.
+
+
2012-11-26: Version 3.15.6
Ensure double arrays are filled with holes when extended from
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
32bc40d3b3dd75d9ff131f4f8124aee660e0b440..e47c3f497a082698a4e88bebf4d0ce8b51116fd8
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 15
-#define BUILD_NUMBER 7
+#define BUILD_NUMBER 8
#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