Commit Graph

10 Commits

Author SHA1 Message Date
ed a54d309fbf finished collaping arena->allocator info code paths 2025-02-10 01:43:33 -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 d867a8b0c0 setup os_init() for manually starting up os_context 2025-02-09 02:20:36 -05:00
ed 83ce4d1bb2 more fixes 2025-02-09 00:37:35 -05:00
ed 3b12268f46 progress on compiler errors 2025-02-08 22:36:11 -05:00
ed 6dd05ebcd9 c11.refactor (base should be mapped) 2025-02-08 10:42:32 -05:00
ed e8809a243f initial pass done for os 2025-02-08 00:52:54 -05:00
ed ee6a43e136 doing linux at the same time.... 2025-02-07 19:46:49 -05:00
ed a4f915d27d progress on os (on files) 2025-02-07 19:05:04 -05:00
ed 475dd029e0 reorganizing os 2025-02-07 17:11:54 -05:00