Revision: 10893
Author:   [email protected]
Date:     Thu Mar  1 07:37:17 2012
Log:      Prepare push to trunk. Now working on version 3.9.15.
Review URL: https://chromiumcodereview.appspot.com/9570016
http://code.google.com/p/v8/source/detail?r=10893

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Wed Feb 29 07:41:07 2012
+++ /branches/bleeding_edge/ChangeLog   Thu Mar  1 07:37:17 2012
@@ -1,34 +1,40 @@
+2012-03-01: Version 3.9.14
+
+        Performance and stability improvements on all platforms.
+
+
 2012-02-29: Version 3.9.13

-        Add code kind check before preparing for OSR. (issue 1900, 115073)
-
- Pass zone explicitly to zone-allocation on x64 and ARM. (issue 1802)
-
-        Port string construct stub to x64. (issue 849)
+ Added code kind check before preparing for OSR. (issue 1900, 115073)
+
+ Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
+        ARM.
+
+        Ported string construct stub to x64. (issue 849)

         Performance and stability improvements on all platforms.


 2012-02-28: Version 3.9.12

- Fix the negative lookup stub to handle deleted entries in a dictionary.
-        (issue 1964)
-
-        Add a new API where the host can supply a callback function. The
+        Fixed the negative lookup stub to handle deleted entries in a
+        dictionary. (issue 1964)
+
+        Added a new API where the host can supply a callback function. The
callback function can resolve the location of a return address on stack to the location where a return-address rewriting profiler stashed the
         original return address.

-        When compiling for-in pass correct context value to the increment
-        instruction. (Chromium issue http://crbug.com/115646)
-
-        Update breakpoints set with partial file name after compile.
-        (issue 1853)
+        Fixed Chromium issue http://crbug.com/115646: When compiling for-in
+        pass correct context value to the increment instruction.
+
+ Fixed issue 1853: Update breakpoints set with partial file name after
+        compile.


 2012-02-27: Version 3.9.11

-        Make 'module' a context-sensitive keyword (V8 issue 1957).
+        Made 'module' a context-sensitive keyword (V8 issue 1957).


 2012-02-24: Version 3.9.10
@@ -83,11 +89,11 @@

 2012-02-14: Version 3.9.6

-        Fix template-related linker error. (issue 1936)
-
- Allow inlining of functions containing object literals. (issue 1322)
-
-        Add --call-graph-size option to tickprocessor.  (issue 1937)
+        Fixed template-related linker error. (issue 1936)
+
+ Allowed inlining of functions containing object literals. (issue 1322)
+
+        Added --call-graph-size option to tickprocessor.  (issue 1937)

Heap Snapshot maximum size limit is too low for really big apps. At the
         moment the limit is 256MB.  (Chromium issue 113015)
@@ -121,7 +127,7 @@

 2012-02-06: Version 3.9.2

-        Add timestamp to --trace-gc output. (issue 1932)
+        Added timestamp to --trace-gc output. (issue 1932)

         Heap profiler reports implicit references.

@@ -143,7 +149,7 @@

 2012-02-01: Version 3.9.0

-        Reduce memory use immediately after starting V8.
+        Reduced memory use immediately after starting V8.

         Stability fixes and performance improvements on all platforms.

=======================================
--- /branches/bleeding_edge/src/version.cc      Wed Feb 29 07:41:07 2012
+++ /branches/bleeding_edge/src/version.cc      Thu Mar  1 07:37:17 2012
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     9
-#define BUILD_NUMBER      14
+#define BUILD_NUMBER      15
 #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