* gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsense

code.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tarui 2013-11-09 00:17:23 +00:00
Родитель 76a3e71cfd
Коммит ead9dbae1f
2 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Sat Nov 9 09:16:36 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (RVALUE_PROMOTE_INFANT): Refactoring. Remove duplicated nonsense
code.
Sat Nov 9 09:04:48 2013 Masaya Tarui <tarui@ruby-lang.org>
* gc.c (gc_marks_test): Bugfix. Fix a struct member name for build

6
gc.c
Просмотреть файл

@ -778,12 +778,6 @@ RVALUE_PROMOTE_INFANT(VALUE obj)
#endif
}
#endif
#if !RGENGC_THREEGEN
/* infant -> old */
MARK_IN_BITMAP(GET_HEAP_OLDGEN_BITS(obj), obj);
check_gen_consistency(obj);
#endif
}
#if RGENGC_THREEGEN