[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri Jun 17 23:55:06 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-June/004775.html

Name: Kernel-nice.598
Ancestors: Kernel-ul.597

Speed up #primesUpTo:do: incrementing by 2 since it is well known that even numbers are not prime (except 2).

Use sqrtFloor in #largePrimesUpTo:do:
Also remove a useless #even test which is always performed on odd index

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



More information about the Squeak-dev mailing list