Performance issue w/ -Zmaximal-hir-to-mir-mapping
willcrichton opened this issue · 0 comments
willcrichton commented
The demo on rustc now blows out memory (or something) due to an increased number of ranges. Need to investigate and figure out which if any of these optimizations will help:
- More efficient encoding of text output (e.g. gzip)
- More efficient encoding of Ranges (reduce redundancy)