eliminate per-executable initialization, just pull that down into the base layer entry point

This commit is contained in:
Ryan Fleury
2024-02-26 10:45:00 -08:00
parent 443c3fb74b
commit 874f40244c
10 changed files with 96 additions and 65 deletions
-2
View File
@@ -39,8 +39,6 @@ entry_point(CmdLine *cmd_line)
//////////////////////////////
//- rjf: set up
//
local_persist TCTX main_thread_tctx = {0};
tctx_init_and_equip(&main_thread_tctx);
Arena *arena = arena_alloc();
String8List errors = {0};