Allocator cleanup + '_' skips tests
This commit is contained in:
@@ -22,6 +22,7 @@ static void core_init_compiler(Core_Ctx *ctx, Allocator *allocator) {
|
||||
arena_init(&ctx->perm_push_only, "Perm Push Only"_s);
|
||||
arena_init(&ctx->scratch_, "Scratch"_s);
|
||||
arena_init(&ctx->stage_arena_, "Stage Arena"_s);
|
||||
arena_init(&ctx->token_arena, "Token Arena"_s);
|
||||
ctx->scratch = &ctx->scratch_;
|
||||
ctx->stage_arena = &ctx->stage_arena_;
|
||||
ctx->perm = &ctx->perm_push_only;
|
||||
|
||||
Reference in New Issue
Block a user