1
Fork 0
rust/compiler/rustc_mir
Tomasz Miąsko dc4d74d149 inliner: Break inlining cycles
When examining candidates for inlining, reject those that are determined
to be recursive either because of self-recursive calls or calls to any
instances already inlined.
2020-11-09 00:00:00 +00:00
..
src inliner: Break inlining cycles 2020-11-09 00:00:00 +00:00
Cargo.toml Use tracing spans to trace the entire MIR interp stack 2020-09-28 20:07:57 +02:00