rust/compiler/rustc_mir
Tomasz Miąsko ae4332643d Never inline cold functions
The information about cold attribute is lost during inlining,
Avoid the issue by never inlining cold functions.
2020-11-12 19:52:03 +01:00
..
src Never inline cold functions 2020-11-12 19:52:03 +01:00
Cargo.toml Use tracing spans to trace the entire MIR interp stack 2020-09-28 20:07:57 +02:00