<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/debuginfo/debuginfo-inline-callsite-location-macro-2.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-11-19T13:19:09+00:00</updated>
<entry>
<title>When the required discriminator value exceeds LLVM's limits, drop the debug info for the function instead of panicking.</title>
<updated>2024-11-19T13:19:09+00:00</updated>
<author>
<name>Kyle Huey</name>
<email>khuey@kylehuey.com</email>
</author>
<published>2024-11-19T02:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5b023bd9cf43803a6d39b101c54a98cb7e7da7c'/>
<id>urn:sha1:f5b023bd9cf43803a6d39b101c54a98cb7e7da7c</id>
<content type='text'>
The maximum discriminator value LLVM can currently encode is 2^12. If macro use
results in more than 2^12 calls to the same function attributed to the same
callsite, and those calls are MIR-inlined, we will require more than the maximum
discriminator value to completely represent the debug information. Once we reach
that point drop the debug info instead.
</content>
</entry>
</feed>
