Re: Enable more single-thread optimizations in gnulib code

2021-05-26 Thread Eric Blake
On Thu, May 13, 2021 at 11:25:41AM +0200, Bruno Haible wrote: > According to the Gnulib documentation section "Optimizations of multithreaded > code" several more optimizations can be enabled. This patch > - enables these single-threading optimizations, > - by doing so, gets rid of the warnings

Enable more single-thread optimizations in gnulib code

2021-05-13 Thread Bruno Haible
optimized for single-threading (due to the gl_DISABLE_THREADS invocation in configure.ac). According to the Gnulib documentation section "Optimizations of multithreaded code" several more optimizations can be enabled. This patch - enables these single-threading optimizations, - by doin