]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41920 - arielb1:inline-drop, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 13 May 2017 13:59:19 +0000 (13:59 +0000)
committerbors <bors@rust-lang.org>
Sat, 13 May 2017 13:59:19 +0000 (13:59 +0000)
commit77f1bec6f5eb9ed632c973b97b12701294e6d3a5
treedb5d5501741d6de4eb1b382f4d1913908569109e
parentef3ec5ece5bdf8950810225a9a3bc3cd1926e3d5
parent237dbe939a86dfd3477bfc8934c85ff1cd1db485
Auto merge of #41920 - arielb1:inline-drop, r=eddyb

remove the #[inline] attribute from drop_in_place

Apparently LLVM has exponential code growth while inlining landing pads
if that attribute is present.

Fixes #41696.

beta-nominating  because regression.
r? @eddyb
src/libcore/ptr.rs