Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-24 | Fix shared GC with -DRUBY_DEBUG | Matt Valentine-House | |
RUBY_DEBUG enables ractor assertions, which sets up some space at the end of each RVALUE to store the associated ractor ID. We need to make sure the function that does this is visible to shared GC libraries. Notes: Merged: https://github.com/ruby/ruby/pull/11945 | |||
2022-03-30 | internal/ractor.h: Added | Yusuke Endoh | |
Currently it has only one function prototype. Notes: Merged: https://github.com/ruby/ruby/pull/5703 |