Uh oh!
There was an error while loading. Please reload this page.
Allocate HIR on an arena 4/4 - #67032
Conversation
bors
commented
Dec 5, 2019
☔ The latest upstream changes (presumably #66815) made this pull request unmergeable. Please resolve the merge conflicts. |
nikomatsakis
commented
Dec 9, 2019
@bors try |
bors
commented
Dec 9, 2019
⌛ Trying commit d2d2d87174ffd603bf50cdc2ff45470f41fb93a7 with merge 0ec0a48c6ef3b0564708503413d7d1c44661ea02... |
nikomatsakis
commented
Dec 9, 2019
@rust-timer queue |
rust-timer
commented
Dec 9, 2019
Awaiting bors try build completion |
bors
commented
Dec 9, 2019
☀️ Try build successful - checks-azure |
rust-timer
commented
Dec 9, 2019
Queued 0ec0a48c6ef3b0564708503413d7d1c44661ea02 with parent 7de9402, future comparison URL. |
rust-timer
commented
Dec 10, 2019
Finished benchmarking try commit 0ec0a48c6ef3b0564708503413d7d1c44661ea02, comparison URL. |
cjgillot
commented
Dec 10, 2019
For some reason, the perf link does not show anything. |
nikomatsakis
commented
Dec 10, 2019
Yeah, seems like perf is broken in some way :( |
nikomatsakis
commented
Dec 11, 2019
@bors try @rust-timer queue |
rust-timer
commented
Dec 11, 2019
Awaiting bors try build completion |
bors
commented
Dec 11, 2019
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message |
nikomatsakis
commented
Dec 11, 2019
@Mark-Simulacrumadvised to re-try and re-measure, so giving that a try... |
nikomatsakis
commented
Dec 11, 2019
However, @cjgillot, looks like it may require a rebase before we can do that :( |
bors
commented
Dec 11, 2019
☔ The latest upstream changes (presumably #66821) made this pull request unmergeable. Please resolve the merge conflicts. |
cjgillot
commented
Dec 11, 2019
Rebased. |
matthewjasper
commented
Dec 11, 2019
@bors try @rust-timer queue |
rust-timer
commented
Dec 11, 2019
Awaiting bors try build completion |
bors
commented
Dec 11, 2019
⌛ Trying commit 7065e6f6fe1f7558a5d5c9980b02dee9a151713a with merge ca130cab255007b372e6fb2e289d84713253226e... |
bors
commented
Dec 11, 2019
☀️ Try build successful - checks-azure |
rust-timer
commented
Dec 11, 2019
Queued ca130cab255007b372e6fb2e289d84713253226e with parent 90b957a, future comparison URL. |
bors
commented
Dec 26, 2019
☔ The latest upstream changes (presumably #67592) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Dec 30, 2019
☔ The latest upstream changes (presumably #66942) made this pull request unmergeable. Please resolve the merge conflicts. |
cjgillot
commented
Dec 30, 2019
Rebased. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| /// Helper struct for delayed construction of GenericArgs. | ||
| struct GenericArgsCtor<'hir> { | ||
| args: Vec<hir::GenericArg<'hir>>, | ||
| args: SmallVec<[hir::GenericArg<'hir>; 1]>, |
There was a problem hiding this comment.
I'd put 4 here and in GenericsCtor. 1 seems too small
Zoxc
commented
Dec 30, 2019
@bors r+ |
bors
commented
Dec 30, 2019
📌 Commit ac8c0f4 has been approved by |
bors
commented
Dec 31, 2019
Allocate HIR on an arena 4/4 This is the fourth and last PR in the series started by #66931, #66936 and #66942. The last commits should compile on their own. The difference with the previous PR is given by cjgillot/rust@hirene-ty...hirene A few more cleanups may be necessary, please tell me. r? @eddyb like the other cc @Zoxc
bors
commented
Dec 31, 2019
☀️ Test successful - checks-azure |
Zoxc
commented
Dec 31, 2019
Looks like this PR was a slight regression, unlike the other 3: |
This is the fourth and last PR in the series started by #66931, #66936 and #66942.
The last commits should compile on their own.
The difference with the previous PR is given by cjgillot/rust@hirene-ty...hirene
A few more cleanups may be necessary, please tell me.
r? @eddyb like the other
cc @Zoxc