Skip to content

Comments

Fix for compacting GC in Ruby 2.7#8

Merged
richo merged 1 commit intoricho:masterfrom
jez:patch-1
Dec 9, 2020
Merged

Fix for compacting GC in Ruby 2.7#8
richo merged 1 commit intoricho:masterfrom
jez:patch-1

Conversation

@jez
Copy link
Contributor

@jez jez commented Nov 16, 2020

Ruby's compacting GC algorithm in 2.7 requires marking C globals when retaining references to them.

Learn more in this talk:
https://www.youtube.com/watch?v=1F3gXYhQsAY&t=2313s

Ruby's compacting GC algorithm in 2.7 requires marking C globals when retaining references to them.

Learn more in this talk:
https://www.youtube.com/watch?v=1F3gXYhQsAY&t=2313s
@richo
Copy link
Owner

richo commented Dec 9, 2020

Thankyou!

@richo richo merged commit cbaad7a into richo:master Dec 9, 2020
@richo
Copy link
Owner

richo commented Dec 9, 2020

Sorry for the delay, github emails don't do a greata job of surfacing in my inbox.

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