Reviewers: ulan,
Description:
Prepare push to trunk. Now working on version 3.18.1.
[email protected]
Please review this at https://codereview.chromium.org/14096024/
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
5bd017fc03b2fa10e9967e764ae525e68d869d66..d2f4a7c0f172e69d123a04d96fbe847388abac3e
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013-04-17: Version 3.18.0
+
+ Enable pretenuring of fast literals in high promotion mode.
+
+ Remove preparser library; link preparser executable against full
V8.
+
+ Fix set-up of intrinsic's 'constructor' properties.
+ (Chromium issue 229445)
+
+ ES6 symbols: extend V8 API to support symbols (issue 2158).
+
+ Remove ARM support for VFP2.
+
+ Make __proto__ a real JavaScript accessor property.
+ (issue 1949 and issue 2606)
+
+ Performance and stability improvements on all platforms.
+
+
2013-04-04: Version 3.17.16
Stack trace API: poison stack frames below the first strict mode
frame.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
a98b4e0d607f709f6a109fac96e464c9a6c9bd6a..7b3b1ba0da34d55537cb002c3a45b1df94f174bd
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 18
-#define BUILD_NUMBER 0
+#define BUILD_NUMBER 1
#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
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.