Hi Aaron, On Thu, Feb 26, 2026 at 01:41:27PM -0500, Aaron Merey wrote: > Acquire abbrev_lock before reading cu->last_abbrev_offset in dwarf_tag. > > Also double check for abbrev hash table entry once lock is held to > avoid multiple threads attempting to populate the abbrev hash table. > > Signed-off-by: Aaron Merey <[email protected]> > --- > > v2: Refactor based on Mark's suggestion: > https://patchwork.sourceware.org/project/elfutils/patch/[email protected]/#224420
I really like this variant. Clean and clear. Thanks, Mark
