Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Unified Diff: ChangeLog

Issue 43123: Prepare push to trunk. Now working on version 1.1.1. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
===================================================================
--- ChangeLog (revision 1493)
+++ ChangeLog (working copy)
@@ -1,3 +1,27 @@
+2009-03-12: Version 1.1.0
+
+ Improved code generation infrastructure by doing simple register
+ allocation and constant folding and propagation.
+
+ Optimized regular expression matching by avoiding to create
+ intermediate string arrays and by flattening nested array
+ representations of RegExp data.
+
+ Traverse a few stack frames when recording profiler samples to
+ include partial call graphs in the profiling output.
+
+ Added support for using OProfile to profile generated code.
+
+ Added remote debugging support to the D8 developer shell.
+
+ Optimized creation of nested literals like JSON objects.
+
+ Fixed a bug in garbage collecting unused maps and turned it on by
+ default (--collect-maps).
+
+ Added support for running tests under Valgrind.
+
+
2009-02-27: Version 1.0.3
Optimized double-to-integer conversions in bit operations by using
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698