From 70645643ca9e76b5647a04991d2f09875a23eff9 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 6 Nov 2015 20:29:50 -0500 Subject: [PATCH] Added TODO --- include/cyclone/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cyclone/types.h b/include/cyclone/types.h index b081432d..045fc35a 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -40,6 +40,7 @@ struct gc_thread_data_t { // Data needed for stack-based minor GC char *stack_start; char *stack_limit; +//TODO: store stack traces per thread // Need the following to perform longjmp's int mutator_num; jmp_buf *jmp_start;