The Trunk: Kernel-ul.541.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-ul.541.mcz

commits-2
Levente Uzonyi uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-ul.541.mcz

==================== Summary ====================

Name: Kernel-ul.541
Author: ul
Time: 31 January 2011, 12:09:23.308 am
UUID: 71325767-a1b6-9b48-beb4-1e760c6b576f
Ancestors: Kernel-ul.540

Removed MethodDictionary's #cleanUp: because HashedCollection's #cleanUp: does this too.

=============== Diff against Kernel-ul.540 ===============

Item was removed:
- ----- Method: MethodDictionary class>>cleanUp: (in category 'initialization') -----
- cleanUp: aggressive
- "Compact method dictionaries when aggressively cleaning up"
-
- aggressive ifTrue:[self compactAllInstances].
- !