[Soot-list] How to add a Transform to the jb phase?

Mario Mendez mario at cs.unm.edu
Sat Dec 8 15:22:19 EST 2007


Hi all,

I need to add a Transform at the end of the jb phase in order to be able 
to manipulate the IR before it is transformed to SSA in the shimple 
phase. I couldn't find any way of doing it that does not imply modifying 
the Soot source, which is undesirable. Can you suggest any solution? 
Normally we add the transformations to jtp or stp, but what if, like in 
this case, you want them to be in jb?

Thanks!


More information about the Soot-list mailing list