Commit Graph

6 Commits

Author SHA1 Message Date
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 3b12268f46 progress on compiler errors 2025-02-08 22:36:11 -05:00
ed d7498d9511 finished with base? 2025-02-07 17:11:28 -05:00
ed 5db492acbb logger 2025-02-07 16:03:22 -05:00
ed 97e54f15a3 base progress 2025-02-01 22:38:48 -05:00