[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Aug 28 23:55:04 UTC 2010


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2010-August/003663.html

Name: System-nice.364
Ancestors: System-cbc.363

Apply cosmetic refactorings described at http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-July/130162.html
Essentially reuse some existing Integer bit twiddling rather than re-inventing them.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2010-August/003664.html

Name: 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.

=============================================



More information about the Squeak-dev mailing list