Reviewers: Yang,
Description:
Prepare push to trunk. Now working on version 3.8.9.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/9270044/
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
e614356184eecc3a029c041cb80b87b7069c0f10..24af827b5effa36d24cddd9c9844b5a57039a59b
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2012-01-23: Version 3.8.8
+
+ Limited number of loop iterations in Heap::ReserveSpace
+ (Chromium issue 99027).
+
+ Fixed solaris build (VirtualMemory) (issue 1761).
+
+ Fixed strict vs. non-strict handling of function proxies in
+ higher-order array and string methods.
+
+ Enabled asynchronous remote debugging with d8 (issue 1691).
+
+ Stability and performance improvements on all platforms.
+
+
2012-01-19: Version 3.8.7
Ensure that LRandom restores rsi after call to the C function on
x64.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
032ee813e4b5b7fd0b4b755215a4b3b6ea5af668..f920a2408c368e5b52fe577fe42c08c0bc44072a
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 8
-#define BUILD_NUMBER 8
+#define BUILD_NUMBER 9
#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