Files
zig/src
Jakub Konka 26153ce73a dwarf: clean up allocations in std.dwarf module
While this code probably could do with some love and a redesign,
this commit fixes the allocations by making sure we explicitly
pass an allocator where required, and we use arenas for temporary
or narrowly-scoped objects such as a `Die` (for `Die` in particular,
not every `FormValue` will be allocated - we could duplicate, or
we can use an arena which is the proposal of this commit).
2022-04-21 00:06:52 +02:00
..
2022-04-18 13:11:37 +02:00
2022-03-31 01:33:28 -04:00
2022-04-18 23:08:00 -07:00
2022-03-19 19:13:31 +02:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-04-14 10:12:45 -07:00
2022-01-02 13:16:17 -07:00
2022-04-14 10:12:45 -07:00
2022-03-22 15:45:58 -07:00
2022-04-18 13:11:37 +02:00
2022-01-07 00:06:06 -05:00
2022-04-16 12:23:47 +02:00
2022-03-22 15:45:58 -07:00
2021-09-24 13:39:20 -04:00