Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 466 Bytes

2021.03.09-unused-substs-impl.md

File metadata and controls

7 lines (4 loc) · 466 Bytes

cg meeting 2021-03-02 (zulip thread)

Talked about how to implement the way to discard unused substs decided on in the 2021.02.16 meeting

Change ConstKind::Unevaluated to make the "default substs" optional.

Requires us to be conservative for type flags which could be changed because of this. Hopefully not too bad perf wise.