]> git.lizzy.rs Git - rust.git/commit
auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger
authorbors <bors@rust-lang.org>
Fri, 14 Mar 2014 09:01:34 +0000 (02:01 -0700)
committerbors <bors@rust-lang.org>
Fri, 14 Mar 2014 09:01:34 +0000 (02:01 -0700)
commit29756a3b762881a286f8df13dba00594035d1fc0
treecec630454a564ec189fdedadcfc5496725713e69
parent6c895d1d588e6cb7ae3f308f709272a11e8278da
parent05c991c4bb87a0c964c517aa8d3d7a2388b91c35
auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger

This switches a "tail call" to a manual loop to get around LLVM not optimizing
to a tail call.

Close #12860
src/libcollections/hashmap.rs