[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: method call doesn't end basic block
On Mon, Jul 26, 2004 at 09:41:48PM +0200, Robert Mittermayr wrote:
> Hi everybody,
>
> I created a complete BlockGraph in SOOT and everything works and looked
> fine. But now i found out that a method call to a method of my application
> classes doesn't end a basic block. Is there a way to tell SOOT on which
> method calls it should begin a new Block?
You could subclass BlockGraph (or CompleteBlockGraph) and override
computeLeaders() to include the block leaders that you want.
Ondrej
>
> thank you
> Robert