Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Even more `ObligationForest` improvements #64627
Conversation
This gives a slight speed-up.
Optimizing for the common numbers of entries in `stalled_on` wins about 4% on `keccak` and `inflate`.
This is a big speed win for `keccak` and `inflate`.
We normally use `index` for indices to `ObligationForest::nodes`, but this is a `Nodes::dependents` index.
The name `waiting_cache` sounds like it is related to the states `NodeState::Waiting`, but it's not; the cache holds nodes of various states. This commit changes it to `active_state`.
Because the meaning of this `index` variable is quite different to all the other `index` variables in this file.
|
@bors try @rust-timer queue |
|
Awaiting bors try build completion |
Even more `ObligationForest` improvements Following on from #64545, more speed and readability improvements. r? @nikomatsakis
|
|
|
Not sure what happened there. Let's try it the old-fashioned way: |
Even more `ObligationForest` improvements Following on from #64545, more speed and readability improvements. r? @nikomatsakis
|
Some local measurements:
|
|
|
|
Queued 85a4a15 with parent ea3ba36, future comparison URL. |
|
Finished benchmarking try commit 85a4a15, comparison URL. |
|
@nnethercote Do you every take a day off of optimizing rustc? |
|
@bors r+ |
|
|
|
@bors rollup=never |
Even more `ObligationForest` improvements Following on from #64545, more speed and readability improvements. r? @nikomatsakis
|
|
… r=nikomatsakis Still more `ObligationForest` improvements. Following on from rust-lang#64627, more readability improvements, but negligible effects on speed. r? @nikomatsakis
Following on from #64545, more speed and readability improvements.
r? @nikomatsakis