The Trunk: Collections-ul.391.mcz

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

The Trunk: Collections-ul.391.mcz

commits-2
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"
- !