]> granicus.if.org Git - gc/commit
Do not enable mprotect-based incremental mode if unmapping is on (gctest)
authorIvan Maidanski <ivmai@mail.ru>
Wed, 29 Nov 2017 07:06:34 +0000 (10:06 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 29 Nov 2017 14:08:21 +0000 (17:08 +0300)
commitdb26b7e4b696da5eef91e119001962a7dc28bedc
treec692114949ef66fd47137a16d2ad7833c32a2c04
parent8e058bbfe6215bb8278554cbf35f93b562ab0f01
Do not enable mprotect-based incremental mode if unmapping is on (gctest)

Incremental mode based on mprotect() is not compatible with memory
unmapping for now.

* tests/test.c [!PCR && !GC_WIN32_THREADS && !MAKE_BACK_GRAPH
&& !NO_INCREMENTAL] (main): Do not call GC_enable_incremental() if
MPROTECT_VDB && USE_MUNMAP.
tests/test.c