<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/mir-opt/inline/inline-async.rs, branch 1.62.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-09-02T00:00:00+00:00</updated>
<entry>
<title>inliner: Avoid query cycles when optimizing generators</title>
<updated>2020-09-02T00:00:00+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2020-09-02T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c51ec96bb5b6679645be1651d4ff1d079412af6'/>
<id>urn:sha1:6c51ec96bb5b6679645be1651d4ff1d079412af6</id>
<content type='text'>
The HIR Id trick is insufficient to prevent query cycles when optimizing
generators, since merely requesting a layout of a generator also
computes its `optimized_mir`.

Make no attempts to inline functions into generators within the same
crate to avoid query cycles.
</content>
</entry>
</feed>
