Reviewers: Michael Starzinger,

Description:
Prepare push to trunk.  Now working on version 3.22.1.

[email protected]
BUG=

Please review this at https://codereview.chromium.org/23514075/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+47, -1 lines):
  M ChangeLog
  M src/version.cc


Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index b3eba3661add15682064fcb8befa8962279afe35..c558a7bfd5bab785ae41989b801fd473c57d8b12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2013-09-23: Version 3.22.0
+
+        Fix d8-readline to use modern Persistent API
+        ([email protected])
+
+ LiveEdit to mark more closure functions for re-instantiation when scope
+        layout changes BUG=v8:2872 [email protected]
+        (issue 2872)
+        ([email protected])
+
+        Use New<> constructors in BuildBinaryOperation.
+        ([email protected])
+
+        Make bounds check elimination iterative instead of recursive.
+        (Chromium issue 289706)
+        ([email protected])
+
+        Extend test262 harness to cover intl402 suite as well.
+        (issue 2745)
+        ([email protected])
+
+ Added a DependentCode field to AllocationSite. It's not currently used,
+        this initial CL is just to get the object layout correct.
+        ([email protected])
+
+ Mark intl/collator/default-locale as PASS || FAIL because it fails on
+        Mac
+        (Chromium issue 2899)
+        ([email protected])
+
+        Turn on i18n support by default
+        ([email protected])
+
+        Fix string and descriptor array decoding in grokdump.
+        ([email protected])
+
+        ARM: Fix simulator when using hard floating point ABI.
+        ([email protected])
+
+        Set the proper instance-type on HAllocate in BuildFastLiteral
+        (Chromium issue 284577)
+        ([email protected])
+
+        Performance and stability improvements on all platforms.
+
+
 2013-09-18: Version 3.21.17

         Implemented local load/store elimination on basic blocks.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index c3167fc2b03b12e68535ce159f0069f9cef4b0b7..6053e9e69e8b714855dd6fc23411e0dfb50608bb 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
 // system so their names cannot be changed without changing the scripts.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     22
-#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.

Reply via email to