rust/compiler/rustc_mir
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
..
src Use small hash set in mir_inliner_callees 2021-02-24 00:00:00 +00:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00