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>
Fri, 28 Oct 2016 08:45:48 +0000 (11:45 +0300)
commit455f6a2a2cc95bb341f7e341f662cfa429875b37
tree2b55c16d4610e6c1cec82f47b39cd1b182a881d3
parent9a88601c08f0943d7d087f85e4d77263a2162bbd
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