Uh oh!
There was an error while loading. Please reload this page.
Avoid erase_regions_ty queries if there are no regions to erase - #57674
Conversation
rust-highfive
commented
Jan 16, 2019
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
dotdash
commented
Jan 16, 2019
varkor
commented
Jan 16, 2019
@bors try |
rust-highfive
commented
Jan 16, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Jan 16, 2019
⌛ Trying commit 960498296aaf009ad950bcd5ffc2a9dfe947539b with merge 4f087d9f32e4d9779b3a947acb2d361457b65957... |
varkor
commented
Jan 16, 2019
Whoops, I was a bit premature there. |
dotdash
commented
Jan 16, 2019
Haha, that's what you get when you manually copy a change into a different working space |
dotdash
commented
Jan 16, 2019
@bors try |
bors
commented
Jan 16, 2019
Avoid erase_regions_ty queries if there are no regions to erase It's overall faster to perform this extra check than to perform the query, even if the result is already in the query cache.
rust-highfive
commented
Jan 16, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jan 16, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
bors
commented
Jan 16, 2019
☀️ Test successful - checks-travis |
dotdash
commented
Jan 16, 2019
Missed the part about anonymizing late bound regions, thought I had that covered compared to an earlier attempt. Building/benchmarking a new version now, will check back tomorrow. |
It's overall faster to perform this extra check than to perform the query, even if the result is already in the query cache.
dotdash
commented
Jan 17, 2019
@bors try |
bors
commented
Jan 17, 2019
⌛ Trying commit da06898 with merge 1c626d926dbde0110dff961226373f8f28946470... |
dotdash
commented
Jan 17, 2019
This passes tests for me, except for a reproducible-build test, but that one also fails on master here, so... |
bors
commented
Jan 17, 2019
☀️ Test successful - checks-travis |
dotdash
commented
Jan 17, 2019
@varkor could you start a timing run for this PR? |
varkor
commented
Jan 17, 2019
@rust-timer build 1c626d926dbde0110dff961226373f8f28946470 |
rust-timer
commented
Jan 17, 2019
Success: Queued 1c626d926dbde0110dff961226373f8f28946470 with parent 722b4d6, comparison URL. |
dotdash
commented
Jan 19, 2019
Seems that prlo got stuck |
Mark-Simulacrum
commented
Jan 19, 2019
Ah -- the parent commit for this try build was the accidental beta merge to master -- @bors try I've deleted the job from perf and we'll want to re-start that once the try build finishes |
dotdash
commented
Jan 19, 2019
Do I need to push a rebased version of this to make that work? |
Mark-Simulacrum
commented
Jan 19, 2019
Uh, I think hopefully no -- maybe @bors try- retry try will make bors behave? |
Mark-Simulacrum
commented
Jan 19, 2019
@bors retry |
Mark-Simulacrum
commented
Jan 19, 2019
@bors try |
bors
commented
Jan 19, 2019
⌛ Trying commit da06898 with merge 9bb2812b2691b02ac6212836cf29f93d9d47b78f... |
bors
commented
Jan 20, 2019
☀️ Test successful - checks-travis |
dotdash
commented
Jan 20, 2019
@Mark-Simulacrum could you queue this for prlo again? Thanks! |
Mark-Simulacrum
commented
Jan 20, 2019
@rust-timer build 9bb2812b2691b02ac6212836cf29f93d9d47b78f |
rust-timer
commented
Jan 20, 2019
Success: Queued 9bb2812b2691b02ac6212836cf29f93d9d47b78f with parent 52fec81, comparison URL. |
rust-timer
commented
Jan 20, 2019
Finished benchmarking try commit 9bb2812b2691b02ac6212836cf29f93d9d47b78f |
dotdash
commented
Jan 28, 2019
@varkor just wanted to check if you think you could review this, or whether I should ask someone else. Thanks. |
varkor
commented
Jan 28, 2019
bors
commented
Jan 28, 2019
📌 Commit da06898 has been approved by |
Avoid erase_regions_ty queries if there are no regions to erase It's overall faster to perform this extra check than to perform the query, even if the result is already in the query cache.
Rollup of 7 pull requests Successful merges: - #57045 (Kill remaining uses of mem::uninitialized in libcore, liballoc) - #57674 (Avoid erase_regions_ty queries if there are no regions to erase) - #57833 (Print a slightly clearer message when failing to launch a thread) - #57859 (Fix invalid background color) - #57904 (add typo suggestion to unknown attribute error) - #57915 (Pretty print `$crate` as `crate` or `crate_name` in more cases) - #57950 (Extend E0106, E0261) Failed merges: r? @ghost

It's overall faster to perform this extra check than to perform the
query, even if the result is already in the query cache.