02-14-2016, 11:22 PM
(This post was last modified: 02-14-2016, 11:22 PM by LogicParrot.)
3x - 5x speed is great.
I think compilation speeds can be boosted even further by not inlining function implementations in headers except where there's measurable performance difference. Xoft believes the effect would be negligible, but I think it's at least worth testing. I'll try to come up with a script which un-inlines all functions, and then compare compilation speeds and come up with numbers.
I think compilation speeds can be boosted even further by not inlining function implementations in headers except where there's measurable performance difference. Xoft believes the effect would be negligible, but I think it's at least worth testing. I'll try to come up with a script which un-inlines all functions, and then compare compilation speeds and come up with numbers.