about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-10-31 21:36:39 -0700
committerGitHub <noreply@github.com>2016-10-31 21:36:39 -0700
commit265ab659b2217fc08655dda878714c6d06636034 (patch)
tree19658ddd32e30436bd5908ad33a882b452c47143 /src/test/run-pass/thinlto
parent69ec350f5968defc7024d72ce791b0653c966cee (diff)
parent13a1f21371efa5be7a7d8b26bde19fb7da5bd967 (diff)
downloadrust-265ab659b2217fc08655dda878714c6d06636034.tar.gz
rust-265ab659b2217fc08655dda878714c6d06636034.zip
Auto merge of #36595 - bluss:hashmap-usize-for-hash, r=alexcrichton
hashmap: Store hashes as usize internally

We can't use more than usize's bits of a hash to select a bucket anyway,
so we only need to store that part in the table. This should be an
improvement for the size of the data structure on 32-bit platforms.
Smaller data means better cache utilization and hopefully better
performance.

Fixes #36567
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions