mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Added notes
This commit is contained in:
parent
ab2d3a328c
commit
a034b85d25
1 changed files with 6 additions and 0 deletions
|
@ -157,6 +157,12 @@ struct gc_thread_data_t {
|
||||||
typedef enum {
|
typedef enum {
|
||||||
HEAP_SM = 0 // 32 byte objects (min gc_heap_align)
|
HEAP_SM = 0 // 32 byte objects (min gc_heap_align)
|
||||||
, HEAP_MED // 64 byte objects (twice the min)
|
, 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_REST // Everything else
|
||||||
, HEAP_HUGE // Huge objects, 1 per page
|
, HEAP_HUGE // Huge objects, 1 per page
|
||||||
} gc_heap_type;
|
} gc_heap_type;
|
||||||
|
|
Loading…
Add table
Reference in a new issue