]> granicus.if.org Git - gc/commit
Eliminate duplicate log messages in GC_mark_from
authorIvan Maidanski <ivmai@mail.ru>
Fri, 28 Oct 2016 08:45:48 +0000 (11:45 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 1 Nov 2016 23:07:07 +0000 (02:07 +0300)
commitecf300b22bbd15c6773a41402b3cce4ea835ff85
treeeab82f89d1ab3d6d187e96382b3b57039b2c7f2c
parentd2b452b193d20aa575ae95cd495cb25132fc2c6d
Eliminate duplicate log messages in GC_mark_from

This change also eliminates 'bad copy-paste' code defect in GC_mark_from.

* mark.c [ENABLE_TRACE] (GC_mark_from): Combine 2 logged messages
about "large section" and "splitting" into a single one;
replace "Tracing from" logged message with "small object" message
(which is not logged for large objects).
mark.c