Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 9562) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,30 @@ |
+2011-10-10: Version 3.6.6 |
+ |
+ Added a GC pause visualization tool. |
+ |
+ Simplify calling generated code from the runtime. |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ |
+ Add presubmit=no and werror=no flags to Makefile. |
+ |
+ Don't count duplicate assignments to the same property as distinct ones. |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ |
+ Fast allocation of block contexts. |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ |
+ ES5/Test262 conformance improvements. |
+ |
+ Remove a static initializer that could potentially slow down startup |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ time. (issue 1753) |
+ |
+ Activate smi-only optimizations for large array literals. |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ |
+ Enable string slices. |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ |
+ Make GCC 4.5.x happy. (issue 1743) |
+ |
+ Added a regression test for Chromium issue 99167. |
Rico
2011/10/10 11:25:43
Not externally visible
Sven Panne
2011/10/10 11:34:54
Done.
|
+ |
+ Bug fixes and performance improvements on all platforms. |
+ |
Rico
2011/10/10 11:25:43
two lines before next section
Sven Panne
2011/10/10 11:34:54
Done.
|
2011-10-05: Version 3.6.5 |
New incremental garbage collector. |