Re: [PATCH 2/3] src/readelf.c: Support concurrency for -w, --debug-dump

2025-04-05 Thread Frank Ch. Eigler
Hi - > Due to significant lock contention, running eu-readelf when configured > with --enable-thread-safety causes a major performance degradation. > Currently, concurrency may double the runtime of eu-readelf. > However I think this work should still be merged. --enable-thread-safety > is still

Re: [PATCH 2/3] src/readelf.c: Support concurrency for -w, --debug-dump

2025-03-31 Thread Aaron Merey
Hi Frank, On Mon, Mar 31, 2025 at 6:29 PM Frank Ch. Eigler wrote: > > > Due to significant lock contention, running eu-readelf when configured > > with --enable-thread-safety causes a major performance degradation. > > Currently, concurrency may double the runtime of eu-readelf. > > > However I t