8000 Bypass singleton pattern for commonly used types by MarcMil · Pull Request #2154 · soot-oss/soot · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bypass singleton pattern for commonly used types #2154

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

Merged
merged 8 commits into from
Apr 23, 2025

Conversation

MarcMil
Copy link
Contributor
@MarcMil MarcMil commented Apr 23, 2025

Types such as IntType are used very often. Since these types can be reused even after G.reset(), using the singleton instance is relatively slow.

MarcMil added 2 commits April 23, 2025 10:20
Types such as IntType are used very often. Since these types can be reused even after G.reset(), using the singleton instance is relatively slow.
@MarcMil MarcMil closed this Apr 23, 2025
@MarcMil MarcMil reopened this Apr 23, 2025
@StevenArzt StevenArzt merged commit 717e454 into soot-oss:develop Apr 23, 2025
5 checks passed
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
0