Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upSpeed up noop builds by 10x #1668
Conversation
rust-highfive
assigned
huonw
May 31, 2015
This comment has been minimized.
This comment has been minimized.
rust-highfive
commented
May 31, 2015
|
r? @huonw (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
Travis failed in a way that looks non-spurious. |
This comment has been minimized.
This comment has been minimized.
|
Ah that's actually just a flaky test on OSX, I've been meaning to track that down for some time now... |
alexcrichton
force-pushed the
alexcrichton:perf
branch
from
6bb9d6a
to
0a23659
Jun 1, 2015
This comment has been minimized.
This comment has been minimized.
|
This is great |
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jun 3, 2015
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
added some commits
May 29, 2015
alexcrichton
force-pushed the
alexcrichton:perf
branch
from
0a23659
to
b7e2a58
Jun 3, 2015
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jun 3, 2015
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
force-pushed the
alexcrichton:perf
branch
from
b7e2a58
to
e5a870b
Jun 3, 2015
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jun 3, 2015
This comment has been minimized.
This comment has been minimized.
|
|
bors
merged commit e5a870b
into
rust-lang:master
Jun 3, 2015
alexcrichton
deleted the
alexcrichton:perf
branch
Jun 15, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
alexcrichton commentedMay 31, 2015
Playing around with Servo recently I realized that a "noop build" (e.g.
cargo buildhad no work to do) took about 5s to complete on my machine! I wasn't super happy with this performance, so I investigated the performance and applied a number of optimizations as part of this PR:DT_DIRforDirEntry::file_typeOverall this PR improves a noop build of Servo from 5s to 0.5s on my machine.