[squeak-dev] meta-objects for closures? (CompiledMethod >> #embeddedBlockMethods and #allEmbeddedBlockMethods don't work)

Michael Haupt mhaupt at gmail.com
Tue May 25 09:30:19 UTC 2010


Dear all,

the two methods mentioned in the subject appear to be obsolete - they
will answer empty collections since in closure-compiled images,
embedded block methods are no longer stored as CompiledMethod
literals.

It is possible to obtain the extents of embedded block methods via
#blockExtentsInto:......, but how does one get the corresponding
meta-objects (e.g., BlockClosure instances)?

Best,

Michael



More information about the Squeak-dev mailing list