You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing to consider is that at some point we will cache more than just machine code, so if something influences just analysis, we also have to be able to track it.
Activity
retep998 commentedon Oct 3, 2016
Does function unsafety actually affect the generated code? Shouldn't it only affect whether you're allowed to perform certain operations?
michaelwoerister commentedon Oct 3, 2016
I don't think it does yet but it likely will in the future because the compiler will be more conservative regarding optimizations around unsafe code. I think there's some information o that in http://smallcultfollowing.com/babysteps/blog/2016/05/27/the-tootsie-pop-model-for-unsafe-code.
Another thing to consider is that at some point we will cache more than just machine code, so if something influences just analysis, we also have to be able to track it.
ICH - Include omitted elements in inc. comp. hash rust-lang#36914
ICH - Include omitted elements in inc. comp. hash rust-lang#36914
Rollup merge of rust-lang#36974 - MathieuBordere:mb/36812_ICHFunction…
michaelwoerister commentedon Oct 18, 2016
Fixed by #36974 with additional tests in #37072.