You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reintroduce sparsification - generalize? so its not just in soot? improve cache perfromance -> use key objects vs string concatenation
reuse framework setups /callgraph etc. across testcases to save execution time?
sootup: refctor SootUpFrameworkScope.getInstance() hack away to enable independent/concurrent boomerang instances
create Parameterized tests / if possible: frameworks are selected by maven profiles?
create scope objects lazily e.g. CallGraph is currently copied into the scope structure - maybe calls could be forwarded when needed - but then the original object cannot be garbage collected and will stay in memory (check if it is currently gc'ed)
The text was updated successfully, but these errors were encountered:
SootUpFrameworkScope.getInstance()
hack away to enable independent/concurrent boomerang instancesThe text was updated successfully, but these errors were encountered: