Reviewers: Mads Ager,

Description:
Prepare push to trunk.

Please review this at http://codereview.chromium.org/7397010/

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

Affected files:
  M     ChangeLog
  M     src/version.cc


Index: ChangeLog
===================================================================
--- ChangeLog   (revision 8667)
+++ ChangeLog   (working copy)
@@ -1,3 +1,38 @@
+2011-07-18: Version 3.4.13
+
+        Support scope information and evaluation in optimized frames (issue
+        1140).
+
+ Fixed a bug in prototype transitions cache clearing introduced by r8165.
+
+ Implemented ICs for FastDoubleArray loads and stores for ia32, x64 and
+        ARM.
+
+ Fixed shortcutting bug in HInferRepresentation. Patch by Andy Wingo.
+
+        Fixed a memory leak in sample/shell.cc (dispose semaphores).
+
+        Simplified HClampToUint8. Patch by Andy Wingo.
+
+ Exposed APIs for detecting boxed primitives, native errors and Math.
+        Patch by Luke Zarko.
+
+        Added map check for COW elements to crankshaft array handling code
+        (issue 1560).
+
+ Sample shell and (a light version of) D8 links against a shared library
+        now.
+
+        Implemented delete trap for proxies (issue 1543).
+
+        Fixed bug in array filter and reduce functions (issue 1559).
+
+        Avoid TLS load in AstNode constructor.
+
+ Introduced a random entropy source which can optionally be provided at
+        initialization. (chrome issue 89462).
+
+
 2011-07-13: Version 3.4.12

         Added --prof profiling option to d8 shell.
Index: src/version.cc
===================================================================
--- src/version.cc      (revision 8667)
+++ src/version.cc      (working copy)
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     4
-#define BUILD_NUMBER      13
+#define BUILD_NUMBER      14
 #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

Reply via email to