Actions
Bug #17402
closedRemove deprecated GC-related features
Bug #17402:
Remove deprecated GC-related features
Description
Are these backward compatibilities still needed?
I think no.
$ RUBY_FREE_MIN=1 RUBY_HEAP_MIN_SLOTS=1 ruby2.1 -e0
ruby2.1: warning: RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead.
ruby2.1: warning: RUBY_HEAP_MIN_SLOTS is obsolete. Use RUBY_GC_HEAP_INIT_SLOTS instead.
Updated by nobu (Nobuyoshi Nakada) over 5 years ago
- Description updated (diff)
Updated by nobu (Nobuyoshi Nakada) over 5 years ago
- Status changed from Open to Closed
Actions