[Soot-list] running intra-procedural analysis before whole-program analysis

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Fri Jun 25 04:52:52 EDT 2010


> Is there any way I can put the intra-procedural analysis in the jb
> pack? Looks ugly, but will it work in all cases?

I am afraid not. The jb pack uses a special JimpleBodyPack class that
only invokes certain pre-defined analyses. I have had that same
problem before...

I am wondering whether we should not just add another empty body pack
just before the cg pack so that one can just add body transformers in
there.

Eric


More information about the Soot-list mailing list