Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003663.htmlName: System-nice.364
Ancestors: System-cbc.363
Apply cosmetic refactorings described at
http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-July/130162.htmlEssentially reuse some existing Integer bit twiddling rather than re-inventing them.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2010-August/003664.htmlName: System-nice.365
Ancestors: System-nice.364
Boost non primitive version of SecureHashAlgorithm by about 33% with these two simple things:
1) replace ThirtyTwoBitRegister>>load: postCondition with a cheaper preCondition
2) provide two instance creation message to avoid loading ThirtyTwoBitRegister value twice
Last, remove a useless ThirtyTwoBitRegister copy, though it does not make much difference.
=============================================