From 0f1df31bdf1952065f75fa2bfaf32dbd14ec7525 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 18 Jun 2013 21:29:30 +0000 Subject: * hash.c: `st_update()' also has same issue of last fix. write barriers at callback function are too early. All write barriers are executed after `st_update()' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 482f152f86..b98784509a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 19 06:26:49 2013 Koichi Sasada + + * hash.c: `st_update()' also has same issue of last fix. + write barriers at callback function are too early. + All write barriers are executed after `st_update()' + Wed Jun 19 04:33:22 2013 Koichi Sasada * variable.c (rb_const_set): fix WB miss. -- cgit v1.2.3