[squeak-dev] The Trunk: Collections-ul.421.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jan 30 23:07:54 UTC 2011


Levente Uzonyi uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-ul.421.mcz

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

Name: Collections-ul.421
Author: ul
Time: 31 January 2011, 12:07:34.568 am
UUID: 64b9958e-b619-b944-8fce-0b9d59e69f20
Ancestors: Collections-ul.420

Compact all HashedCollections instead of just rehashing during aggressive clean up.

=============== Diff against Collections-ul.420 ===============

Item was changed:
  ----- Method: HashedCollection class>>cleanUp: (in category 'initialize-release') -----
  cleanUp: aggressive
  	"Rehash all instances when cleaning aggressively"
  
+ 	aggressive ifTrue: [ self compactAll ]
- 	aggressive ifTrue:[self rehashAll].
  !




More information about the Squeak-dev mailing list