I\'m looking to开发者_开发百科 perform some dependence analysis using a call-graph that I will build using the Soot framework. I read in a guide that using \'points-to\' analysis can improve the preci
My scala application needs to perform simple operations over large arrays of integers & doubles, and performance is a bottleneck.I\'ve struggled to put my finger on exactly when certain optimizati
I have both the version of Jasmin 2.4 from the Jasmin SourceForge and the version of Jasmin 2.4 from the Soot project (at sable.mcgill.ca, labeled \"jasminclasses\"), and the Soot version (which I nee
There are many static and dynamic instrumentation tools. Soot is a static instrumentation tool for Java bytecode. Pin and Valgrind are dynamic instrumentation tools for binaries.