Don't GC if in atomic mode(have temporarily switched to master)

This commit is contained in:
Kevin Tew 2010-04-26 09:45:35 -06:00
parent 8047e32662
commit d8dd03c728

View File

@ -4234,6 +4234,7 @@ void scheme_thread_block(float sleep_time)
/* Check for major GC request from master GC */
#if defined(MZ_PRECISE_GC) && defined(MZ_USE_PLACES)
if (!do_atomic)
GC_check_master_gc_request();
#endif