Skip to content

Conversation

@guiyj
Copy link
Contributor

@guiyj guiyj commented Jun 16, 2023

In this pull request, we refactored CleanDroid to support other garbage-collecting solvers, and then add the implementation of FPC, the fine-grained garbage collector. The main changes are:

  • add command line options for specifying the number of threads (-mt), and the sleep time of garbage collectors (-st).
  • refactor the CleanDroid to be generic regarding the granularity of path-edge collection, e.g., at the method or the data-fact level.
  • add the implementation of FPC, the fine-grained garbage collector (-ds FPC). Please refer to our ISSTA'23 paper for more details.

@StevenArzt StevenArzt merged commit c4adcd8 into secure-software-engineering:develop Jun 16, 2023
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

Successfully merging this pull request may close these issues.

2 participants