Re: [PATCH] libdwP.h: Remove abbrev_lock

2025-07-03 Thread Mark Wielaard
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

Re: [PATCH 6/6] doc: Add elf_compress.3 and elf_compress_gnu.3

2025-07-03 Thread Mark Wielaard
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

Re: [PATCH 5/6] doc: Add elf_cntl.3

2025-07-03 Thread Mark Wielaard
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