Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Move gc_impl.c to gc/default.c #11132

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 2 commits into from
Jul 11, 2024
Merged

Move gc_impl.c to gc/default.c #11132

merged 2 commits into from
Jul 11, 2024

Conversation

peterzhu2118
Copy link
Member

This commit creates a new directory gc to put different GC implementations and moves the default GC from gc_impl.c to gc/default.c. The default GC can be easily switched using the BUILTIN_GC variable in Makefile.in.

@peterzhu2118 peterzhu2118 force-pushed the gc-dir branch 2 times, most recently from 1a46447 to 3368d9e Compare July 9, 2024 15:42
@peterzhu2118 peterzhu2118 changed the title Create move gc_impl.c to gc/default.c Move gc_impl.c to gc/default.c Jul 9, 2024
@peterzhu2118 peterzhu2118 force-pushed the gc-dir branch 14 times, most recently from 91fab74 to dbdbca4 Compare July 9, 2024 19:47
This commit creates a new directory `gc` to put different GC
implementations and moves the default GC from gc_impl.c to gc/gc_impl.c.
The default GC can be easily switched using the `BUILTIN_GC` variable
in Makefile.in.
Changing the name makes it clear that this is the default GC in Ruby.
@peterzhu2118 peterzhu2118 merged commit a0469a4 into ruby:master Jul 11, 2024
106 of 107 checks passed
@peterzhu2118 peterzhu2118 deleted the gc-dir branch July 11, 2024 13:09
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