1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Userland/Libraries/LibDebug/Dwarf
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
..
AbbreviationsMap.cpp LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
AbbreviationsMap.h LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
AttributeValue.h LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
CompilationUnit.cpp LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
CompilationUnit.h LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
DIE.cpp LibDebug: Avoid short lived allocations in DIE::for_each_child 2021-09-18 21:05:13 +02:00
DIE.h LibDebug: Avoid short lived allocations in DIE::for_each_child 2021-09-18 21:05:13 +02:00
DwarfInfo.cpp LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
DwarfInfo.h LibDebug: Convert LibDebug to east-const style 2021-06-19 14:51:18 +02:00
DwarfTypes.h LibDebug: Implement support for AttributeDataForm::ImplicitConst 2021-04-29 08:02:52 +02:00
Expression.cpp LibDebug: Fix spelling mistake 2021-07-13 23:19:33 +02:00
Expression.h LibDebug: Implement symbolication for x86_64 2021-07-13 23:19:33 +02:00
LineProgram.cpp LibDebug: Store 64-bit numbers in AttributeValue 2021-08-08 10:55:36 +02:00
LineProgram.h LibDebug: Keep track of 'prologue end' 2021-08-08 10:55:36 +02:00