Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index ca3055b539d980d2b7ff1e1ddd6385dff8d68253..c84fa7bec58336374b10df41e54c9fb5044a6920 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,17 @@ |
+2012-04-19: Version 3.10.4 |
+ |
+ Fix issues when stressing compaction with WeakMaps. |
Jakob Kummerow
2012/04/19 11:56:21
nit: Past tense please. (Twice more below.)
Sven Panne
2012/04/19 11:59:35
Done.
|
+ |
+ Fix missing GVN flag for new-space promotion. (Chromium issue 123919) |
+ |
+ Simplify invocation sequence at monomorphic function invocation sites. |
+ (issue 2079) |
+ |
+ Fix typo in lazy-instance.h. (issue 2091) |
Jakob Kummerow
2012/04/19 11:56:21
You can remove this entry. (Yes, it has a bug numb
Sven Panne
2012/04/19 11:59:35
Done.
|
+ |
+ Performance and stability improvements on all platforms. |
+ |
+ |
2012-04-17: Version 3.10.3 |
Fixed several bugs in heap profiles (including issue 2078). |