From a034b85d25a5d2bfc79dc9566787a42760449787 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 2 Aug 2016 03:32:37 -0400 Subject: [PATCH] Added notes --- include/cyclone/types.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/cyclone/types.h b/include/cyclone/types.h index d2593c68..ab54240f 100644 --- a/include/cyclone/types.h +++ b/include/cyclone/types.h @@ -157,6 +157,12 @@ struct gc_thread_data_t { typedef enum { HEAP_SM = 0 // 32 byte objects (min gc_heap_align) , HEAP_MED // 64 byte objects (twice the min) +// TODO: branch to car4-dev first! +// TODO: replace above with: +//, HEAP_64 +//, HEAP_92 +//, HEAP_128 +//, HEAP_160 , HEAP_REST // Everything else , HEAP_HUGE // Huge objects, 1 per page } gc_heap_type;