From 8b530989eef1eb6e2f5a03afa50ada4be857d1cd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 26 Jan 2017 18:55:10 -0500 Subject: [PATCH] Expose TODO for cleaning up old threads --- gc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gc.c b/gc.c index 2f621f0f..3ba60508 100644 --- a/gc.c +++ b/gc.c @@ -1684,11 +1684,11 @@ void gc_thread_data_free(gc_thread_data * thd) { if (thd) { // -// !! -// TODO: (not necessarily here, but somewhere need to roll heap pages into -// another thread data. need to include cached heap sizes/total, too. -// then free cached heap vars here. -// !! + !! + TODO: (not necessarily here, but somewhere need to roll heap pages into + another thread data. need to include cached heap sizes/total, too. + then free cached heap vars here. + !! // if (pthread_mutex_destroy(&thd->lock) != 0) { // TODO: can only destroy the lock if it is unlocked. need to make sure we