]> granicus.if.org Git - gc/commit
Prevent WARN of incompatible incremental GC if default or manual VDB
authorIvan Maidanski <ivmai@mail.ru>
Thu, 29 Aug 2019 21:46:43 +0000 (00:46 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 29 Aug 2019 21:48:02 +0000 (00:48 +0300)
commit370e939ce19827b9c935380d5b7da05366a94c97
tree3ab7f8431586d29ba724e06a67a7b0273cbd332d
parent79ae7acd5ce4b48478302c7e1610e15e482381f5
Prevent WARN of incompatible incremental GC if default or manual VDB

Incremental GC based on mprotect is considered incompatible with /proc
roots but the default and manual VDB modes are OK.

* mark.c [WRAP_MARK_SOME && !MSWIN32 && !MSWINCE] (GC_mark_some):
Do not WARN about incompatibility of incremental GC with /proc roots
if DEFAULT_VDB or GC_auto_incremental is false (i.e. manual VDB is on).
mark.c