On Wed, Apr 20, 2016 at 9:18 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
And here other interesting results:
Class allSubInstances size. "5636" * 2 = 11272 Object allSubclasses size "11267"
What they are not almost equal?
Strange that its out by a factor of two. Its almost like each class is also an object ;) cheers -ben
2016-04-20 14:54 GMT+02:00 Pavel Krivanek <pavel.krivanek@gmail.com>:
Interesting. It takes very high amount of time on Pharo 2.0 too.
-- Pavel
2016-04-20 14:26 GMT+02:00 Bernhard Pieber <bernhard@pieber.com>:
Dear Pharoers,
I found something strange: Time millisecondsToRun: [ Class allSubInstances size ]. â23617"
I did this on a new Pharo 5 image curl get.pharo.org/alpha+vmLatest | bash
Can somebody confirm this on their machine? What might be the reason?
Cheers, Bernhard