Skip to content
  • Matt Valentine-House's avatar
    ee290c94
    Include the currently active GC in RUBY_DESCRIPTION · ee290c94
    Matt Valentine-House authored
    This will add +MOD_GC to the version string and Ruby description when
    Ruby is compiled with shared gc support.
    
    When shared GC support is compiled in and a GC module has been loaded
    using RUBY_GC_LIBRARY, the version string will include the name of
    the currently active GC as reported by the rb_gc_active_gc_name function
    in the form
    
    +MOD_GC[gc_name]
    
    [Feature #20794]
    ee290c94
    Include the currently active GC in RUBY_DESCRIPTION
    Matt Valentine-House authored
    This will add +MOD_GC to the version string and Ruby description when
    Ruby is compiled with shared gc support.
    
    When shared GC support is compiled in and a GC module has been loaded
    using RUBY_GC_LIBRARY, the version string will include the name of
    the currently active GC as reported by the rb_gc_active_gc_name function
    in the form
    
    +MOD_GC[gc_name]
    
    [Feature #20794]
Loading