soot
Points-to analysis - A definition
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[详细]
2023-03-22 00:37 分类:问答AOT compilation or native code compilation of Scala?
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[详细]
2023-03-13 16:49 分类:问答Soot version of Jasmin failing to assemble Jasmin assembly files
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[详细]
2023-01-27 01:21 分类:问答Pros/Cons of Static and Dynamic Instrumentation
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.[详细]
2022-12-16 03:29 分类:问答