help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Is there a hook (a method) which is called, if the


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Is there a hook (a method) which is called, if the vm ends?
Date: Fri, 03 Jul 2009 07:44:34 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2


GNU Smalltalk ready

st>  Object allInstances size
0
st>  Object new class allInstances size
1

But #allInstances is slow. It takes about 10-20 ms to do it no matter how many instances are there.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]