Commit Graph

10 Commits

Author SHA1 Message Date
ed fd44c53e57 progress on collaping arena->allocator info code paths: string.h/c done 2025-02-09 20:46:52 -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 83ce4d1bb2 more fixes 2025-02-09 00:37:35 -05:00
ed ad47dc037f draft of base.c 2025-02-08 20:02:31 -05:00
ed d7498d9511 finished with base? 2025-02-07 17:11:28 -05:00
ed 4ba6e69156 entrypoint.{h, c} 2025-02-07 16:13:53 -05:00
ed c1d24b3a07 various progress 2025-02-05 10:37:25 -05:00
ed e19dd6b58c base progress 2025-02-01 23:43:46 -05:00
ed 97e54f15a3 base progress 2025-02-01 22:38:48 -05:00