From: Eric Wong Date: 2015-12-06T13:15:23+00:00 Subject: [ruby-core:71859] Re: [Ruby trunk - Feature #11664] [PATCH] introduce rb_autoload_value to replace rb_autoload nobu@ruby-lang.org wrote: > I don't think there is good enough reason to deprecate `rb_autoload`. Who uses rb_autoload from C extensions? It is not performance-critical. I'd like to make the C API smaller so we can have less to support in the future. Deprecating unused, non-performance-critical APIs won't hurt anybody; and hopefully we'll be able to remove the old function in a few years. If you want to un-deprecate, go ahead. I just don't see the point of maintaining the old function forever. (and maybe autoload will be removed entirely by matz)