On Sat, Jan 17, 2004 at 09:03:18AM -0800, kalyan ram wrote: > Hai > I want to do block level instrumentation in java > using bcel api.I want to implement dominator tree > algorithm. Is there any pointer which I can use as a > starting point? I want to identify blocks while > instrumenting.
I wrote some code to build control flow graphs (identifying basic blocks and control edges) using BCEL as part of the FindBugs tool: http://www.cs.umd.edu/~pugh/java/bugs/ Email me if you need more information. -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
