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

core: Replace GcCell with Gc in Bitmap #19709

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

kjarosh
Copy link
Member

@kjarosh kjarosh commented Mar 4, 2025

This refactor replaces GcCell with Gc and uses interior mutability instead.

By getting rid of GcCell, we don't have to lock every time we do anything with the object.

This refactor replaces GcCell with Gc and uses interior mutability
instead.
@kjarosh kjarosh added A-core Area: Core player, where no other category fits T-refactor Type: Refactor / Cleanup labels Mar 4, 2025
@Lord-McSweeney Lord-McSweeney merged commit bf9c4c3 into ruffle-rs:master Mar 5, 2025
22 checks passed
@kjarosh kjarosh deleted the gccell-bitmap branch March 5, 2025 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: Core player, where no other category fits T-refactor Type: Refactor / Cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants