Changes file access speed degradation

Todd Blanchard tblanchard at mac.com
Sun Dec 24 04:10:28 UTC 2006


I got 'key not found' on the #MethodProperties - so I did the grow to  
WeakKeyDictionary allInstances.  Hey, there's only 5 of them.

Worked like a charm.  Much more responsive again.  Thanks!

-Todd Blanchard

On Dec 23, 2006, at 6:26 PM, John M McIntosh wrote:

> Try this via a note from Bert.
>
> (CompiledMethod classPool at: #MethodProperties) in: [:props |  
> [props size * 3 < props capacity] whileFalse: [props grow]]
>
>
> On Dec 23, 2006, at 4:10 PM, Todd Blanchard wrote:
>
>> MethodReference
>
> --
> ====================================================================== 
> =====
> John M. McIntosh <johnmci at smalltalkconsulting.com>
> Corporate Smalltalk Consulting Ltd.  http:// 
> www.smalltalkconsulting.com
> ====================================================================== 
> =====
>
>
>




More information about the Squeak-dev mailing list