This commit is contained in:
Lobo 2026-01-22 14:47:08 -03:00
parent 80d8f87883
commit e654143a90
7 changed files with 37 additions and 46 deletions

View file

@ -4,7 +4,7 @@
#include "common.h"
#include "object.h"
#define GC_DEBUG 1
#define GC_DEBUG 0
#if GC_DEBUG
#define HEAP_BYTES (8 * 1024)
#else