On Tue, May 1, 2012 at 1:53 PM, Mariano Martinez Peck
<marianopeck@gmail.com> wrote:
Right, but weren't we always talking about Contexts?� Because #tempNames of CompiledMethod is different than the thing of contexts, isn't it? It is related to the method trailer.� In fact, I have just checked Squeak 4.3 and CompiledMethod does not even implement #tempNames.� The implementation in Pharo is:
CompiledMethod >> #tempNames
��� self holdsTempNames ifFalse: [^#()].
��� ^self tempNamesString subStrings: ' '
how would it be the correct implementation then?
I don't think there is one. �Perhaps answering a set of all temp names, but that's not very useful.
�
--
Mariano
http://marianopeck.wordpress.com