From d26fe950f1ddf6e1b4bcf6a4d2d3ccab052719a9 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 10 Feb 2017 16:11:44 +0300 Subject: [PATCH] Update ChangeLog file --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bb2e4fb..ae180e0 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. -- 2.7.4