12a68e6af3
Right now the primary hashing algorithm of the compiler isn't actually inlined across crates, meaning that it may be missing out on some crucial optimizations in a few places (perhaps unrolling smaller loops, etc). This commit made the hashing function disappear from a profiled version of the compiler, but that's likely because it was just inlined elsewhere. When compiling winapi, however, this decreased compile time from 18.3 to 17.8 seconds (a 3% improvement). |
||
---|---|---|
.. | ||
graph | ||
obligation_forest | ||
unify | ||
veccell | ||
bitvec.rs | ||
Cargo.toml | ||
fnv.rs | ||
ivar.rs | ||
lib.rs | ||
snapshot_vec.rs | ||
transitive_relation.rs | ||
tuple_slice.rs |