]> git.lizzy.rs Git - rust.git/commit
siphash: Remove one variable
authorUlrik Sverdrup <bluss@users.noreply.github.com>
Sat, 25 Jul 2015 09:57:02 +0000 (11:57 +0200)
committerUlrik Sverdrup <bluss@users.noreply.github.com>
Sat, 25 Jul 2015 10:26:18 +0000 (12:26 +0200)
commit5f6a61e16524025a690ac5512669583145db94b1
tree8a932017272338433151b951df8c2c505fc07fb5
parentf910d27f87419e17cc59034265f6795db5247dfa
siphash: Remove one variable

Without this temporary variable, codegen improves slightly and less
registers are spilled to the stack in SipHash::write.
src/libcore/hash/sip.rs