Aug. 7, 2014
8:53 a.m.
On 07 Aug 2014, at 10:41 , kilon alios <kilon.alios@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