Skip to content
  • Matt Valentine-House's avatar
    1634280e
    Fix shared GC with -DRUBY_DEBUG · 1634280e
    Matt Valentine-House authored
    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.
    1634280e
    Fix shared GC with -DRUBY_DEBUG
    Matt Valentine-House authored
    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.
Loading