[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun May 27 23:55:07 UTC 2012


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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005349.html

Name: Kernel-eem.692
Ancestors: Kernel-nice.691

Implement CompiledMethod>>#hash, both to accord with
CompiledMethod>>#= and to override ByteArray>>#hash
which looks at all bytes of the receiver and hence may
produce a variable hash if the GC moves literals in a method.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005350.html

Name: KernelTests-eem.224
Ancestors: KernelTests-nice.223

Add a long test case for CompiledMethod = & hash

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


More information about the Squeak-dev mailing list