Uh oh!
There was an error while loading. Please reload this page.
[WIP] introduce a region unification table and use it in dropck - #30242
Conversation
7e271b2 to
80e191fCompareThere was a problem hiding this comment.
Why not just always resolve regions?
nikomatsakis
commented
Dec 11, 2015
OK, so, re-reading your comment, I expect that you were probably shooting for a good way to make a kind of minimally invasive (and minimally risky) version of this PR, which makes a lot of sense. |
nikomatsakis
commented
Dec 11, 2015
I like this better than the alternative I proposed, and my main complaints about this PR was that it was not going as far as I would expect -- but that's probably good from the POV of being minimally invasive. @bors r+ |
bors
commented
Dec 11, 2015
📌 Commit 80e191f has been approved by |
nikomatsakis
commented
Dec 11, 2015
@bors p=1 |
bors
commented
Dec 12, 2015
⌛ Testing commit 80e191f with merge d824ab1... |
bors
commented
Dec 12, 2015
💔 Test failed - auto-mac-64-opt |
alexcrichton
commented
Dec 12, 2015
@bors: retry On Fri, Dec 11, 2015 at 11:38 PM, bors notifications@github.com wrote:
|
Fixes#29844 I would prefer to (a) make some performance measurements (b) use the unification table in a few more places before committing further, but this is probably good enough for beta. r? @nikomatsakis
bors
commented
Dec 12, 2015
bors
commented
Dec 12, 2015
arielb1
commented
Dec 12, 2015
This commit causes a 50% regression in typeck performance (not the WIP). I will write a separate patch to fix it. |
pnkfelix
commented
Dec 13, 2015
Namely PR #30368 (right?) |
arielb1
commented
Dec 14, 2015
Right that was #30368 |
Fixes#29844
I would prefer to
(a) make some performance measurements
(b) use the unification table in a few more places
before committing further, but this is probably good enough for beta.
r? @nikomatsakis