-
Notifications
You must be signed in to change notification settings - Fork 439
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
singleton instances, unclear memory ownership #2
Labels
Comments
Hi Will, Thanks for pointing out.
Yes, we will have a look at it but make sure one to one mapping from module to PAG. If a user creates multiple PAGs for a single module, the results carried from one analysis to another may be incomplete, of course adding unnecessary overhead. |
Closed
mbarbar
added a commit
to mbarbar/svf-public
that referenced
this issue
Jul 4, 2021
Thanks reviewer SVF-tools#2. :)
N0rthPhantom
added a commit
to N0rthPhantom/SVF
that referenced
this issue
Aug 28, 2022
# This is the 1st commit message: SVFModule refactor: add private members # This is the commit message SVF-tools#2: SVFModule refactor: add private members
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current code is remarkably close to being free of these singletons but requires some careful work to remove them while preserving the overall architecture. I tried locally but it was a bit of a mess O:).
Is this something you could look at?
The text was updated successfully, but these errors were encountered: