Hey folks, I’m doing some refactoring that theoretically shouldn’t impact performance (and doesn’t, on my system) but could cause compilers to optimize more poorly. Anyone who has a setup for running PGO builds and/or cares about performance, could you run some tests on my vmi-refactor
branch?
I’ve pulled a few files out of the pl-wam.c
compilation unit and moved a couple functions into pl-inline.h
. Outcomes should be identical to current master
builds, but there might be differences if the compiler suddenly finds itself unable to inline a hot function.
Thanks!