rust/compiler/rustc_attr/src
Tomasz Miąsko c2fb99984c Never inline naked functions
The `#[naked]` attribute disabled prologue / epilogue emission for the
function and it is responsibility of a developer to provide them. The
compiler is no position to inline such functions correctly.

Disable inlining of naked functions at LLVM and MIR level.
2020-11-20 00:00:00 +00:00
..
builtin.rs Never inline naked functions 2020-11-20 00:00:00 +00:00
lib.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00