Still about methodClass

Andreas Raab andreas.raab at gmx.de
Wed Jul 26 08:58:18 UTC 2006


Marcus Denker wrote:
> There are some methods on the stack that have not yet finished 
> executing... should be fixed.
>  It's on the never-ending list of stuff on the todo.

Try the following - for Croquet (3.8) this fixed all methods still in use:


   WeakArray restartFinalizationProcess.
   MethodChangeRecord allInstancesDo:[:x| x noteNewMethod: nil].
   Delay startTimerInterruptWatcher.
   WorldState allInstancesDo:[:ws| ws convertAlarms; convertStepList].
   ExternalDropHandler initialize.
   ScrollBar initializeImagesCache.
   SokobanMorph initFields.
   Vocabulary initialize.
   GradientFillStyle initPixelRampCache.
   Smalltalk garbageCollect.
   (CompiledMethod allInstances
	reject:[:cm| cm hasNewPropertyFormat]) inspect.
	
Cheers,
   - Andreas



More information about the Squeak-dev mailing list