polytracker
polytracker copied to clipboard
Remove const references which prevent further compiler optimization
Peter had a really good catch, that in places like logFunctionExit I had const references which would push constant values into memory. This prevents further optimizations the compiler could do.