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

Unified Diff: ChangeLog

Issue 141363005: A64: Synchronize with r15204. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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 | include/v8.h » ('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 6117e56b7691faa0c619d973d750de984b85d403..f6a688e2d23f7e041674fae4058ee92b13a33abe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2013-06-18: Version 3.19.18
+
+ Fixed read-only attribute of Function.length in strict mode.
+ (issue 2705)
+
+ Fixed Runtime_SetProperty to properly handle OOM failures
+ (Chromium issue 249873)
+
+ Emit deprecated check for constant function transitions.
+ (Chromium issue 250609)
+
+ Made MathFloorOfDiv optimization trigger more often
+ (Issue 2205)
+
+ Make more GCs in idle notification handler.
+ (Chromium issue 241815)
+
+ Increased default type info threshold.
+ (Issue 2730)
+
+ Performance and stability improvements on all platforms.
+
+
+2013-06-14: Version 3.19.16
+
+ Performance and stability improvements on all platforms.
+
+
+2013-06-13: Version 3.19.15
+
+ Performance and stability improvements on all platforms.
+
+
+2013-06-13: Version 3.19.14
+
+ Fixed crashes when calling new Array(a) with a single argument that
+ could result in creating a holey array with a packed elements kind.
+ (Chromium issue 245480)
+
+ Fixed issues in parallel compilation.
+ (Chromium issue 248076)
+
+ Performance and stability improvements on all platforms.
+
+
2013-06-11: Version 3.19.13
Performance and stability improvements on all platforms.
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698