On 07 Aug 2014, at 10:41 , kilon alios <kilon.al...@gmail.com> wrote:

> cant you also use the ast to find out how exactly Pharo which object and 
> which method it executes ? 

No. Consider:

#do: aBlock
        aBlock value

Finding the methods actually executed by this is a hard problem.
You’d at least need inferred types (to find the values of block that are 
actually sent to THIS #do: implementation) to even attempt to make a somewhat 
accurate prediction.

Cheers,
Henry

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to