From fa69ce0cb7b1e1bb6be268ff013e4dbbd06eee31 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 8 Jul 2016 21:39:29 -0400 Subject: [PATCH] obsolete --- HUGE-OBJ-NOTES | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 HUGE-OBJ-NOTES diff --git a/HUGE-OBJ-NOTES b/HUGE-OBJ-NOTES deleted file mode 100644 index 02d9cef1..00000000 --- a/HUGE-OBJ-NOTES +++ /dev/null @@ -1,11 +0,0 @@ -Notes for work to do on this branch: - -- add constant for max size obj on stack (maybe limit * 2?) -- make vector - alloc on heap if size of elements > max size limit - (need to make this function as potentially blocking? probably, but maybe leave a TODO for now) -- add heap type ID to heap struct -- add a huge obj heap - - this heap will only allocate objects of size >= max stack obj size - - make sure to allocate obj size + alignment - - each page is just one obj, will free page when obj is freed (as part of sweep) -- initially, work will allow the gcbench from larceny to work