[squeak-dev] 3.10 image

stan shepherd squeak414 at free.fr
Tue Jul 15 11:58:10 UTC 2008



Ramon Leon-5 wrote:
> 
> 
> Here's what I run when saving a clean image, usually gets me to around
> 30meg
> with all the dev tools loaded.
> 
> customGarbageCollect
> 	| tasks |
> 	tasks := OrderedCollection new
> 		add: [ EventManager cleanUp ] ;
> 		add: [ SmalltalkImage cleanUp ] ;
> 	...
> 		add: [ ReleaseBuilderDeveloper new fixObsoleteReferences ] ;
> 		add: [ Smalltalk garbageCollectMost ] ;
> 		yourself.
> 	Utilities informUserDuring: 
> 	...
> 
> Ramon Leon
> 
> 

Hi, could someone point me to where to find ReleaseBuilderDeveloper please?

Thanks,    ...Stan

-- 
View this message in context: http://www.nabble.com/-squeak-dev--3.10-image-tp16139962p18463013.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.




More information about the Squeak-dev mailing list