polytracker icon indicating copy to clipboard operation
polytracker copied to clipboard

Remove const references which prevent further compiler optimization

Open carsonharmon opened this issue 3 years ago • 0 comments

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.

carsonharmon avatar Apr 22 '21 00:04 carsonharmon