<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/codegen/naked-noinline.rs, branch 1.50.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.50.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.50.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-11-20T00:00:00+00:00</updated>
<entry>
<title>Never inline naked functions</title>
<updated>2020-11-20T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-11-20T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c2fb99984c2ed4b54f5b8baff26fcc04af71d032'/>
<id>urn:sha1:c2fb99984c2ed4b54f5b8baff26fcc04af71d032</id>
<content type='text'>
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.
</content>
</entry>
</feed>
