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

Fixes GC deletion issues around reagents #4833

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

fira
Copy link
Member

@fira fira commented Nov 4, 2023

About the pull request

Fixes a potential GC consistency issue around reagents and reagents_containers

In theory this should do nothing because reagents is supposed to get soft GC'ed anyway when it is swapped out.

There is something more to it somewhere, because on live bottles get deleted and retain their reagents. In this case it's a circular reference preventing deletion.

Explain why it's good for the game

backend consistency / long term performance

@fira fira added Fix Fix one bug, make ten more Hard Deletes Finally doing something about the performance problem. labels Nov 4, 2023
@harryob harryob added this pull request to the merge queue Nov 6, 2023
Merged via the queue into cmss13-devs:master with commit 0a64aac Nov 6, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Fix one bug, make ten more Hard Deletes Finally doing something about the performance problem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants