Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.12.19.
[email protected]
Please review this at https://chromiumcodereview.appspot.com/10825076/
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
8e31d5267d5600d2f49d53928c20e80ddc465ed7..741990ff29e80a4e4b261bf68ab561e00f435d32
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-07-30: Version 3.12.18
+
+ Forced using bit-pattern for signed zero double. (issue 2239)
+
+ Made sure double to int conversion is correct. (issue 2260)
+
+ Rewrote Makefile rules for Android to allow parallel execution
(issue 2257)
+
+ Performance and stability improvements on all platforms.
+
+
2012-07-27: Version 3.12.17
Always set the callee's context when calling a function from
optimized
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
b4cafadec458c6d931ff42e1047221e1d30366f8..1b1f049d2fd5ff57015e1eb18ef9eb8888c105a4
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 12
-#define BUILD_NUMBER 18
+#define BUILD_NUMBER 19
#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