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

commits at source.squeak.org commits at source.squeak.org
Sun Oct 17 02:00:49 UTC 2010


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

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

Name: Collections-ul.391
Author: ul
Time: 17 October 2010, 3:55:23.521 am
UUID: 09074241-792f-ad4d-b7a5-8fef85f4d2cd
Ancestors: Collections-ul.390

- use #compact instead of #rehash to ensure prime HashedCollection size

=============== Diff against Collections-ul.390 ===============

Item was changed:
  ----- Method: HashedCollection>>comeFullyUpOnReload: (in category 'objects from disk') -----
  comeFullyUpOnReload: smartRefStream
  	"Symbols have new hashes in this image."
  
+ 	self compact!
- 	self rehash.
- 	"^ self"
- !




More information about the Squeak-dev mailing list