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


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to