On 7/26/2016 10:30 PM, Gregory Szorc wrote:
Does ccache come into play at all?
I've not explicitly configured ccache on my machine. I don't know if it is part of the default configuration, but I don't seem to find any compiler cache directory under my home directory and ccache is not mentioned in the terminal output, so I guess the answer is a no?
If you run `time ./mach build`, does the user/sys CPU time have a drastic increase as well?
Apparently so. I've run a more precise test without any virtual machine standing idle in the background and here are the results: real 14m9.453s user 96m12.152s sys 6m38.415s real 24m1.840s user 173m41.324s sys 6m22.993s
Are the numbers the same across invocations?
I think they've been consistent enough to indicate a clear regression, there is obviously some difference of a minute or two of clock time probably due to other lightweight tasks running on the machine. Paolo _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

