rust/compiler/rustc_mir/src/transform/inline
Tomasz Miąsko ef731b31db Use small hash set in mir_inliner_callees
Use small hash set in `mir_inliner_callees` to avoid temporary
allocation when possible and quadratic behaviour for large number of
callees.
2021-02-24 00:00:00 +00:00
..
cycle.rs Use small hash set in mir_inliner_callees 2021-02-24 00:00:00 +00:00