Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-02-10 16:11:44 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-02-10 16:11:44 +0300
commitd26fe950f1ddf6e1b4bcf6a4d2d3ccab052719a9 (patch)
tree62c190e6f2870be87a0126e1508d9d15e562d5eb /ChangeLog
parent7d42d8850acaa63042c0876b86ab59aa2259748b (diff)
Update ChangeLog file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb2e4fb8..ae180e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
== [7.7.0] (development) ==
-<none>
+* 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.