Cuberite Forum
ccache in CI - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: ccache in CI (/thread-2333.html)

Pages: 1 2 3 4


RE: ccache in CI - bearbin - 02-14-2016

I tested the option, and the build was no faster than without it. I think I'll just leave it off.


RE: ccache in CI - LogicParrot - 02-14-2016

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.