]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #8297 : brson/rust/dlist-dtor, r=brson
authorbors <bors@rust-lang.org>
Mon, 5 Aug 2013 02:52:57 +0000 (19:52 -0700)
committerbors <bors@rust-lang.org>
Mon, 5 Aug 2013 02:52:57 +0000 (19:52 -0700)
The compiler-generated dtor for DList recurses deeply to drop Nodes.
For big lists this can overflow the stack.

This is a problem for the new scheduler, where split stacks are not implemented.

Thanks @blake2-ppc


Trivial merge