[squeak-dev] extracting BlockClosures from CompiledMethods

Michael Haupt mhaupt at gmail.com
Tue Sep 21 08:09:45 UTC 2010


Dear all,

CompiledMethod allInstances detect: [ :m | m containsBlockClosures ]

finds no CompiledMethod containing a BlockClosure. (Can't be right, can it?)

Delving further into this, it seems the methods in the "closures"
protocol of CompiledMethod are all broken. Is that correct?

Best,

Michael



More information about the Squeak-dev mailing list