Index: ChangeLog |
diff --git a/ChangeLog b/ChangeLog |
index 2e3a66370abdef0608b48970f343b332db1adb6c..c1836c26647b05cba519041a036b168eac72c760 100644 |
--- a/ChangeLog |
+++ b/ChangeLog |
@@ -1,3 +1,16 @@ |
+2011-11-29: Version 3.7.11 |
+ |
+ Fix bug when generating padding to ensure space for lazy deoptimization. |
Erik Corry
2011/11/29 14:15:22
Fix -> Fixed and below Implement->Implemented
Michael Starzinger
2011/11/29 14:22:05
Done.
|
+ (issue 1846) |
+ |
+ Only sweep one page eagerly unless we are running out of space. Limit |
Erik Corry
2011/11/29 14:15:22
Perhaps these should jsut be summed up as "Further
Michael Starzinger
2011/11/29 14:22:05
Done.
|
+ the number of pages that are compacted in a given GC. |
+ |
+ Implement high promotion mode for new space. |
+ |
+ Stability and performance improvements on all platforms. |
+ |
+ |
2011-11-23: Version 3.7.10 |
Set maximum length of FixedArray in terms of elements instead an |