Skip to content

Copy objects less frequently #1279

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 13 commits into from
Aug 30, 2023
Merged

Copy objects less frequently #1279

merged 13 commits into from
Aug 30, 2023

Conversation

KuechA
Copy link
Contributor

@KuechA KuechA commented Aug 10, 2023

Currently, the EOG iteration copies the state for each step in the EOG. This consumes quite some resources and it would be great to copy the objects less frequently. One idea is to copy them only when entering/exiting a new basic block and otherwise operate on the same object.

Fixes #1194

@KuechA KuechA marked this pull request as ready for review August 28, 2023 11:07
KuechA and others added 2 commits August 30, 2023 09:19
…nts/LabelStatement.kt

Co-authored-by: Christian Banse <christian.banse@aisec.fraunhofer.de>
@oxisto oxisto enabled auto-merge (squash) August 30, 2023 07:41
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

44.4% 44.4% Coverage
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@oxisto oxisto merged commit 2ec0759 into main Aug 30, 2023
@oxisto oxisto deleted the eog-iteration-memory-improvements branch August 30, 2023 09:16
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.

StackOverflowError in subtype listening system
2 participants