RoelTyper does not use RBGuessType. RoelType runs a byte code flow analysis and types inst vars. RBCrawler runs a byte code flow analysis and types message sends.
AA
On 26 Sep 2008, at 18:18 , Stéphane Ducasse wrote:
Ok I think that in RB they got a class RB*Guess*Type Now I would like to see how such information can be used since this is what roeltyper is doing.
Stef
On Sep 26, 2008, at 1:38 PM, Adrian Kuhn wrote:
It is part of RBCrawler, look for a subclass of InstructionStream (or whatever name that core class to iterate over bytecodes has).
If you like to use it in Moose, I can distribute it as a separate package.
AA
On 26 Sep 2008, at 7:30 , Stéphane Ducasse wrote:
Where can I load that? Because I would like to see how accurate it is?
Stef
On Sep 26, 2008, at 12:24 AM, Adrian Kuhn wrote:
RBCrawler takes the whole pain of running a flow analysis, because I was eating my own dogfood :)