2009/7/29 Stéphane Ducasse <[email protected]>:
>>>>
>> then you don't need the MethodReference,
>> because you having a CompiledMethod(s), which are installed on system.
>> and RemoteMethodReference , which is not.
>>
>> Btw, i am curious myself, what is the point in referencing the methods
>> indirectly (through MethodReference)?
>
> no idea. now this is there and may be we will remove it but for now
> it should work. We should not do everything at the same time.
>
>> Why not just reference directly to CompiledMethod?
>> What it gives in addition to what CompiledMethod itself could answer
>> to you?
>
> Now package :)
>
you mean by adding the 'package' ivar to it?
Then it makes sense to some sort - to be able to walk back from method
to package,
in addition to walking from package to particular method.
But i wonder, where it could be useful?
Browser browsing real classes and in order to create MethodReference
from CompiledMethod (for whatever reason), it still
needs to determine to which package it belongs to beforehead - in
order to fill that ivar :) .


> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



-- 
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to