ruby-changes:37907
From: nagachika <ko1@a...>
Date: Wed, 18 Mar 2015 00:22:02 +0900 (JST)
Subject: [ruby-changes:37907] nagachika:r49988 (trunk): ChangeLog: fix a typo at r49987.
nagachika 2015-03-18 00:21:47 +0900 (Wed, 18 Mar 2015) New Revision: 49988 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49988 Log: ChangeLog: fix a typo at r49987. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 49987) +++ ChangeLog (revision 49988) @@ -3,7 +3,7 @@ Tue Mar 17 18:59:16 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L3 * include/ruby/ruby.h: use rb_gc_writebrrier() simply. For incremental GC, we need to get a pointer to the objspace. We can share this pointer for the following WB process. - And considering icache hit ratio, prcess in the GC. + And considering icache hit ratio, process in the GC. * gc.c (rb_gc_writebarrier): added. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/