From 8a478018e7eeced207f9bf8ab1ba6c892356f3a0 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 29 Apr 2012 18:13:21 +0400 Subject: [PATCH] Update ChangeLog --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 80c347e8..6184b7d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-04-29 Ivan Maidanski + + * alloc.c (GC_check_fl_marks): Cast pointer passed to GC_is_marked to + prevent compiler warning. + +2012-04-21 Petter Urkedal + + * alloc.c (GC_check_fl_marks): Re-read each pointer atomically before + following the pointed-to link and bail out if the result is different + (this can happen if the thread has popped the object off the + free-list); the function is a no-op if AO_load is unavailable. + 2012-04-21 Ivan Maidanski * pthread_support.c (GC_remove_all_threads_but_me): Call -- 2.40.0