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

Unified Diff: ChangeLog

Issue 23669007: Prepare push to trunk. Now working on version 3.21.18. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 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/version.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 85ec68171a4ba2845a70b785fff25b6802c73861..b3eba3661add15682064fcb8befa8962279afe35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2013-09-18: Version 3.21.17
+
+ Implemented local load/store elimination on basic blocks.
+
+ Added mutex when accessing concurrent recompilation output queue.
+ (Chromium issue 291236)
+
+ Don't lookup the cache for the result of Function::New.
+ (Chromium issue 272579)
+
+ Tweaked HConstant::EmitAtUses() to eliminate useless constant
+ generation.
+ (Chromium issue 2881)
Jakob Kummerow 2013/09/18 18:05:30 nit: this is clearly a V8 issue number.
+
+ Performance and stability improvements on all platforms.
+
+
2013-09-16: Version 3.21.16
Every place where AllocationMemento is initialized with an
« no previous file with comments | « no previous file | src/version.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698