Evaluating pipelined rustc compilation

Another project I can think of which hits the sweet spot here is compilation of wasm-bindgen’s macro: Full build Default Pipelined Difference debug 10.28 7.88 23% faster release 19.25 10.49 46% faster after touching all *.rs files Incremental build Default Pipelined debug 2.1…