Do not print n_rescuing_pages value if incremental collections disabled
authorIvan Maidanski <ivmai@mail.ru>
Tue, 13 Dec 2016 22:00:29 +0000 (01:00 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 13 Dec 2016 22:02:44 +0000 (01:02 +0300)
commite9a32561ae7a176b519ff3bd80fea428b2081ed2
tree1a82f32d3a209bf843f40136e6aaa997b102be90
parente3ec4a52112a5dbd14bc2d612eb38d4040a8773e
Do not print n_rescuing_pages value if incremental collections disabled

* mark.c (GC_n_rescuing_pages): Do not define if GC_DISABLE_INCREMENTAL
and not STUBBORN_ALLOC; refine comment.
* mark.c (GC_initiate_gc, GC_push_marked): Do not update
GC_n_rescuing_pages if GC_DISABLE_INCREMENTAL and not STUBBORN_ALLOC.
* mark.c [ENABLE_DISCLAIM] (GC_push_unconditionally): Likewise.
* mark.c (GC_mark_some_inner): Do call GC_COND_LOG_PRINTF for
GC_n_rescuing_pages if GC_DISABLE_INCREMENTAL and not STUBBORN_ALLOC.
mark.c