March 8, 2016
9:54 a.m.
Is it a Spur VM class table? 2016-03-08 10:40 GMT+01:00 Pavel Krivanek <pavel.krivanek@gmail.com>:
Hi,
there is a strange array of size 1024 in the Pharo image that is not eaten by garbage collector even if no object points to it. I guess it is related to Spur.
((Array allInstances select: [ :i | i size = 1024 ]) select: [ :a | a second = SmallInteger ]) pointersTo
What is it and is it accessible somehow?
Cheers, -- Pavel