Gregory Szorc wrote:
I have a patch at https://hg.stage.mozaws.net/gecko-collab/rev/d6ea4c36aa65 that will change the build system to measure different phases of compiler execution. For each compile command, it essentially runs -E + -fsyntax-only + -c as separate commands and measures the results.
Note that -E has a significant overhead on Windows; when I switched configure's header detection tests from -E to -c it shaved a noticeable fraction off its run time.
-- Warning: May contain traces of nuts. _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

