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

vm: rework object iteration #189

Merged
merged 1 commit into from
Feb 21, 2024
Merged

vm: rework object iteration #189

merged 1 commit into from
Feb 21, 2024

Conversation

jow-
Copy link
Owner

@jow- jow- commented Feb 21, 2024

Ensure that deleting object keys during iteration is safe by keeping a global chain of per-object iterators which are advanced to the next key when the entry that is about to be iterated is deleted.

Ensure that deleting object keys during iteration is safe by keeping a
global chain of per-object iterators which are advanced to the next key
when the entry that is about to be iterated is deleted.

Signed-off-by: Jo-Philipp Wich <[email protected]>
@jow- jow- merged commit 39109a9 into master Feb 21, 2024
7 checks passed
@jow- jow- deleted the safe-iterators branch February 21, 2024 10:36
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.

1 participant