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
Hi Aaron,
On Sun, 2025-06-22 at 19:02 -0400, Aaron Merey wrote:
> Signed-off-by: Aaron Merey
> ---
> doc/Makefile.am| 2 +
> doc/elf_compress.3 | 183 +
> doc/elf_compress_gnu.3 | 1 +
> 3 files changed, 186 insertions(+)
> create mode 100
Hi Aaron,
On Sun, 2025-06-22 at 19:02 -0400, Aaron Merey wrote:
> Signed-off-by: Aaron Merey
> ---
> doc/Makefile.am | 1 +
> doc/elf_cntl.3 | 66 +
> 2 files changed, 67 insertions(+)
> create mode 100644 doc/elf_cntl.3
>
> diff --git a/doc/Ma