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

Unified Diff: ChangeLog

Issue 12831009: Prepare push to trunk. Now working on version 3.17.12. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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/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 9bc8efd79df098fbbd1232d0a34caa087a5aee10..3367a9a182f2eb87c49c60fd66ddf4120afe87d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2013-03-15: Version 3.17.11
+
+ Added a version of the v8::HandleScope constructor with an v8::Isolate
+ parameter and made AdjustAmountOfExternalAllocatedMemory an instance
+ method of v8::Isolate.
+ (issue 2487)
+
+ Allow inlining of functions containing array/function literals.
Jakob Kummerow 2013/03/15 12:35:45 I don't think we need to mention this
+ (issue 1322)
+
+ Fixed two register allocator bugs (off-by-one error/failure
+ propagation). (issue 2576)
+
+ Fixed huge heap snapshot when a heavily shared context has many
+ variables. (Chromium issue 145687)
+
+ Performance and stability improvements on all platforms.
+
+
2013-03-13: Version 3.17.10
Fixed heap snapshot creation for Harmony collections. (issue 2535)
« 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