]> git.lizzy.rs Git - rust.git/commit
use an FnvHashSet instead of an HashSet in fulfill
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Mon, 17 Aug 2015 18:17:16 +0000 (21:17 +0300)
committerAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Mon, 17 Aug 2015 18:53:46 +0000 (21:53 +0300)
commit96e6b2fef82c13aa542713e7923d7d0a76bd698b
tree75506cc39b804179681ba9b76cc5bda3f71002aa
parent9b75a2bcd10918a8cde91962a1998615123a401e
use an FnvHashSet instead of an HashSet in fulfill

this doesn't cause a measurable perf increase, but it makes callgrind output
cleaner. Anyway, rustc should be using FNV everywhere.
src/librustc/middle/traits/fulfill.rs