Files
rust/compiler
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
..
2020-09-11 09:37:51 -07:00
2020-10-30 10:13:39 -04:00
2020-11-20 00:00:00 +00:00
2020-11-16 22:42:09 +01:00
2020-10-30 10:13:41 -04:00
2020-11-20 00:00:00 +00:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-11-16 22:34:57 +01:00