Uh oh!
There was an error while loading. Please reload this page.
check_const: use the same ParamEnv as codegen for statics - #52925
Conversation
oli-obk
commented
Aug 1, 2018
@bors r+ papers over a recent compile time regression. We're figuring out a nice fix. Until then, this should do it. |
bors
commented
Aug 1, 2018
📌 Commit 222dd17 has been approved by |
RalfJung
commented
Aug 1, 2018
@bors r- |
RalfJung
commented
Aug 1, 2018
@bors try |
bors
commented
Aug 1, 2018
kennytm
commented
Aug 1, 2018
@rust-timer build daf753a |
rust-timer
commented
Aug 1, 2018
Success: Queued daf753a with parent e94df4a, comparison URL. |
bors
commented
Aug 1, 2018
☀️ Test successful - status-travis |
RalfJung
commented
Aug 1, 2018
perf seems to say it definitely helps. As expected, |
oli-obk
commented
Aug 2, 2018
@bors r+ |
bors
commented
Aug 2, 2018
📌 Commit 222dd17 has been approved by |
check_const: use the same ParamEnv as codegen for statics Fixes at least part of rust-lang#52849 (my CTFE-stress benchmark). Note that I do not know what I am doing here, this is just based on hints from @oli-obk. r? @oli-obk
check_const: use the same ParamEnv as codegen for statics Fixes at least part of rust-lang#52849 (my CTFE-stress benchmark). Note that I do not know what I am doing here, this is just based on hints from @oli-obk. r? @oli-obk
bors
commented
Aug 3, 2018
bors
commented
Aug 3, 2018
☀️ Test successful - status-appveyor, status-travis |
oli-obk
commented
Aug 25, 2018
Nominating for beta as it partially addresses the perf regression in #52849 (comment) |
nikomatsakis
commented
Aug 30, 2018
nikomatsakis
commented
Aug 30, 2018
Backported in #53825 |
Fixes at least part of #52849 (my CTFE-stress benchmark). Note that I do not know what I am doing here, this is just based on hints from @oli-obk.
r? @oli-obk