On Mon Dec 12 14:51:47 2022 +0000, mbriar wrote:
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.
``` ../configure --enable-win64 make -j16 -s ```
This should work, but it also likely depends on `CFLAGS` environment variable. If it is defined, even empty, it will take over the default.