Added comments

This commit is contained in:
Justin Ethier 2016-01-20 23:48:04 -05:00
parent 6f1b63802e
commit 3bbf64d440

3
gc.c
View file

@ -1248,6 +1248,9 @@ void gc_thread_data_free(gc_thread_data *thd)
/**
* Called explicitly from a mutator thread to let the collector know
* it (may) block for an unknown period of time.
*
* The current continuation is required so that we can trace over it
* in case the collector has to cooperate for the mutator.
*/
void gc_mutator_thread_blocked(gc_thread_data *thd, object cont)
{