Aug. 5, 2009
4:08 p.m.
I did that in pharo 211 and it worked.
Yes, that was before closures.
MethodContext allInstances size 2309
with the blockClosures, creation of method contexts happes far more frequently than it used to. (as both closures and methods use the same context objects)
It of course could be a sign that it happens actually too much.
I stopped in the image that did not crash yet at a couple of billions :)