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
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
Implement concurrent execution of print_debug_* functions during handling
of -w, --debug-dump using libthread.a.
A new `-C, --concurrency=NUM` command line option controls the maximum
number of worker threads used. This value defaults to the number of CPUs.
Job output is buffered and printed in t