Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SootUpify testframework #42

Open
swissiety opened this issue Aug 26, 2024 · 0 comments
Open

SootUpify testframework #42

swissiety opened this issue Aug 26, 2024 · 0 comments
Assignees

Comments

@swissiety
Copy link
Member

swissiety commented Aug 26, 2024

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants