On Mon Dec 12 14:47:51 2022 +0000, mbriar wrote:
I don't know, I just did
../configure --enable-win64 make -j16 -s
and apparently that resulted in a build without optimizations..
But yeah, explicitly enabling optimization with `../configure --enable-win64 CFLAGS="-O2" CROSSCFLAGS="-O2"` also gets me very close to the numbers with direct calls, although I probably have to run the direct call tests again as well, since I likely used a build without optimizations there too.