Closed
Description
Build everything (without LLVM):
Build system | Target | Time | Penalty |
---|---|---|---|
make | make -j8 |
17m56.338s | 0% |
rustbuild | ../x.py build -j8 |
24m42.664s | +38% |
Build stage 1 and test something (without LLVM):
Build system | Target | Time | Penalty |
---|---|---|---|
make | make check-stage1-rpass -j8 |
10m22.479s | 0% |
rustbuild | ../x.py test --stage 1 src/test/run-pass -j8 |
14m20.133s | +38% |
Default build config + enabled ninja were used in both cases.