Revision: 3166
Author: [email protected]
Date: Wed Oct 28 07:30:55 2009
Log: Prepare push to trunk. Now working on version 1.3.18.
Review URL: http://codereview.chromium.org/338063
http://code.google.com/p/v8/source/detail?r=3166
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Fri Oct 16 04:33:39 2009
+++ /branches/bleeding_edge/ChangeLog Wed Oct 28 07:30:55 2009
@@ -1,3 +1,22 @@
+2009-10-28: Version 1.3.17
+
+ Added API method to get simple heap statistics.
+
+ Improved heap profiler support.
+
+ Fixed the implementation of the resource constraint API so it
+ works when using snapshots.
+
+ Fixed a number of issues in the Windows 64-bit version.
+
+ Optimized calls to API getters.
+
+ Added valgrind notification on code modification to the 64-bit
version.
+
+ Fixed issue where we logged shared library addresses on Windows at
+ startup and never used them.
+
+
2009-10-16: Version 1.3.16
X64: Convert smis to holding 32 bits of payload.
@@ -41,7 +60,7 @@
Ensure V8 is initialized before locking and unlocking threads.
Implemented a new JavaScript minifier for compressing the source of
- the built-in JavaScript. This Remove non-Open Source code from
Douglas
+ the built-in JavaScript. This removes non-Open Source code from
Douglas
Crockford from the project.
Added a missing optimization in StringCharAt.
=======================================
--- /branches/bleeding_edge/src/version.cc Fri Oct 16 04:33:39 2009
+++ /branches/bleeding_edge/src/version.cc Wed Oct 28 07:30:55 2009
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
-#define BUILD_NUMBER 17
+#define BUILD_NUMBER 18
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---