Files
ladybird/Userland/Libraries/LibDebug/Dwarf/DIE.h
Brian Gianforcaro 952441943f LibDebug: Avoid short lived allocations in DIE::for_each_child
This algorithm is both iterative and recursive, so allocating on every
recursion, or when iterating each child is extremely costly.

Instead allow the on stack DIE to be re-initialized so it can be reused.
2021-09-18 21:05:13 +02:00

1.3 KiB