[Soot-list] Dependency issues in compiling sunflow in DaCapo using Soot

Patrick Lam plam at cs.mcgill.ca
Wed Oct 20 14:21:19 EDT 2010


On 20/10/10 11:04 AM, Kanad Sinha wrote:
> I am trying to compile the sunflow benchmark from dacapo 9.12 (which
> doesn't have the -xdeps version) with the latest version of Soot.
> However, it seems there are a lot of dependencies that I'd have to
> satisfy to be able to do so. I have tried adding quite a few of them,
> but it keeps asking for more.

Hi Kanad,

Dependency acquisition is painful. I don't know any way of avoiding it 
if you want to do a whole-program analysis. But if you just need to do 
an intraprocedural analysis, you can use -allow-phantom-refs and 
possibly -no-bodies-for-excluded to avoid the need for library classes.

pat


More information about the Soot-list mailing list