From: Ivan Maidanski Date: Fri, 10 Feb 2017 13:11:44 +0000 (+0300) Subject: Update ChangeLog file X-Git-Tag: v8.0.0~922 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d26fe950f1ddf6e1b4bcf6a4d2d3ccab052719a9;p=gc Update ChangeLog file --- diff --git a/ChangeLog b/ChangeLog index bb2e4fb8..ae180e06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ == [7.7.0] (development) == - +* Add AO primitives implementation to GC based on C11 atomic intrinsic. +* Add assertion to allocobj that live unmarked object cannot be reclaimed. +* Do not print n_rescuing_pages value if incremental collections disabled. +* Do not x86 asm in PUSH_CONTENTS_HDR for NaCl. +* Enable mprotect-based incremental GC for Win64 (GCC). +* New API function (GC_dump_named) to produce named dumps. +* Remove HIGH_BIT macro duplicating SIGNB. +* Skip grungy_pages update when mark state invalid to speedup read_dirty. +* Use EXPECT FALSE for mark_from code documented as executed rarely. Also, includes 7.6.2 changes.