Hi Aaron,
On Sun, 2025-06-22 at 20:00 -0400, Aaron Merey wrote:
> Improve __libdw_dieabbrev performance by removing abbrev_lock. This
> lock protects the Dwarf_Die abbrev member due to lazy loading.
>
> Instead, eagerly load abbrev during Dwarf_Die initialization so that
> the member is readonly
Improve __libdw_dieabbrev performance by removing abbrev_lock. This
lock protects the Dwarf_Die abbrev member due to lazy loading.
Instead, eagerly load abbrev during Dwarf_Die initialization so that
the member is readonly and requires no locking.
Signed-off-by: Aaron Merey
---
libdw/dwarf_dec