[Soot-list] Associate transfer function on edges when doing data flow analysis

Alvin Yan feiya200 at cs.uregina.ca
Wed Feb 6 00:16:35 EST 2008


Hello,

I'm trying to do a data flow analysis with Soot. And we all know that the flowThrough(FlowSet in, Unit s, FlowSet out) defines transfer function on node s. I'm wondering does Soot support defining transfer function on edges? Do I need to write some kind of a flowThrough(FlowSet in, Unit s, Unit t, FlowSet out) to do that (s->t is the edge)?

Alvin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20080205/f38ee649/attachment.htm


More information about the Soot-list mailing list