Author: [email protected]
Date: Fri Feb 27 03:55:57 2009
New Revision: 1387
Modified:
branches/bleeding_edge/ChangeLog
branches/bleeding_edge/src/api.cc
Log:
Prepare push to trunk. Now working on version 1.0.4.
Review URL: http://codereview.chromium.org/31015
Modified: branches/bleeding_edge/ChangeLog
==============================================================================
--- branches/bleeding_edge/ChangeLog (original)
+++ branches/bleeding_edge/ChangeLog Fri Feb 27 03:55:57 2009
@@ -1,3 +1,18 @@
+2009-02-27: Version 1.0.3
+
+ Optimized double-to-integer conversions in bit operations by using
+ SSE3 instructions if available.
+
+ Optimized initialization sequences that store to multiple
+ properties of the same object.
+
+ Changed the D8 debugger frontend to use JSON messages.
+
+ Force garbage collections when disposing contexts.
+
+ Align code objects at 32-byte boundaries.
+
+
2009-02-25: Version 1.0.2
Improved profiling support by performing simple call stack
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Fri Feb 27 03:55:57 2009
@@ -2185,7 +2185,7 @@
const char* v8::V8::GetVersion() {
- return "1.0.3 (candidate)";
+ return "1.0.4 (candidate)";
}
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---