rust/compiler/rustc_mir
Dylan DPC ee1fedf392
Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obk
inliner: Break inlining cycles

Keep track of all instances inlined so far. When examining a new call
sites from an inlined body, skip those where callee had been inlined
already to avoid potential inlining cycles.

Fixes #78573.
2020-11-09 19:06:53 +01:00
..
src Rollup merge of #78580 - tmiasko:inline-loop, r=oli-obk 2020-11-09 19:06:53 +01:00
Cargo.toml