Commit Graph

11 Commits

Author SHA1 Message Date
ed 99097b765a attempting to see compatability with old metadesk tests... not looking good... 2025-02-12 00:19:26 -05:00
ed d84c47c5ee confirmed code_sanity.c, doing gen_c11 next 2025-02-10 14:06:05 -05:00
ed 42b87be084 oops 2025-02-10 13:43:38 -05:00
ed 03ae07485b fix bugs with inline linked list macros 2025-02-10 12:39:22 -05:00
ed 632bc6d47f memory fixes 2025-02-10 12:00:39 -05:00
ed 716f8a7f3f coallpsed arena -> allocatorinfo : command_line.h/c 2025-02-09 12:07:44 -05:00
ed c8cb9f3995 prepping to collapse Arena receiving functions to those that receive AllocatorInfo
perf impact of the indirection should be minimal, reduces code duplication.

Ideally we'd use gencpp to just have the user specify what they want, then modify which proc is avail by doing the refactors required for using either
However, it can't process execution bodies yet or expressions so thats not possible.

The other way is to just utilize _Generic to generalize the codepath so that it collapses neater but that leads to a ton of implementation getting lifted to preprocessing... so no.
2025-02-09 11:51:50 -05:00
ed 0485058938 got past init 2025-02-09 05:40:04 -05:00
ed d867a8b0c0 setup os_init() for manually starting up os_context 2025-02-09 02:20:36 -05:00
ed d82af845bc forgot about stb_sprintf.h... 2025-02-08 23:53:35 -05:00
ed 50c7853b9f its compiling... (prepping for runtime testing) 2025-02-08 23:27:06 -05:00