1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2015-03-21 07:41:13 +00:00
parent add8e1f5bb
commit e458cf5233

View file

@ -119,7 +119,7 @@ Thu Mar 19 03:37:52 2015 Koichi Sasada <ko1@atdot.net>
remembered_bit should be TRUE only for old (age == 3) objects.
Actually there are no effect because demoted objects will be
uncollectible WB unprotected objects (marked at the begginig of
uncollectible WB unprotected objects (marked at the beginning of
every minor GC).
Thu Mar 19 02:52:48 2015 Koichi Sasada <ko1@atdot.net>
@ -127,7 +127,7 @@ Thu Mar 19 02:52:48 2015 Koichi Sasada <ko1@atdot.net>
* gc.c: rename terminologies.
* long_lived -> uncollectible:
because this bitmap does not mean "long lived objects in past",
but means "prohibit collection thse objects until next major GC".
but means "prohibit collection these objects until next major GC".
Uncollectible objects consist of two types objects, one is old
objects (WB protected objects which age == 3) and another is