ruby-changes:25040
From: nari <ko1@a...>
Date: Fri, 5 Oct 2012 16:25:51 +0900 (JST)
Subject: [ruby-changes:25040] nari:r37092 (trunk): ChangeLog: fix a miss
nari 2012-10-05 16:25:39 +0900 (Fri, 05 Oct 2012) New Revision: 37092 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37092 Log: ChangeLog: fix a miss Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 37091) +++ ChangeLog (revision 37092) @@ -1,7 +1,7 @@ Fri Oct 5 16:04:33 2012 Narihiro Nakamura <authornari@g...> - * gc.c (chain_finalized_object): remove to check a mark flag and - marking since all objects are certainly unmarked with rest_sweep. + * gc.c (chain_finalized_object): remove to check a mark flag since + all objects are certainly unmarked with rest_sweep. * gc.c (rb_objspace_call_finalizer): remove to mark finalizable objects. The sweeping doesn't push T_ZOMBIE objects to the -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/