[ruby-cvs:78918] d9bf9c572f (master): take care of USE_LAZY_LOAD=1.

"Koichi Sasada" <[email protected]> Wed, 25 Dec 2019 14:12:53 +0900 (JST)
Newsgroups gmane.comp.lang.ruby.cvs
Message-ID <[email protected]>
Koichi Sasada	2019-12-25 14:10:35 +0900 (Wed, 25 Dec 2019)

  New Revision: d9bf9c572f

  https://github.com/ruby/ruby/commit/d9bf9c572f

  Log:
    take care of USE_LAZY_LOAD=1.
    
    On USE_LAZY_LOAD=1, the iseq should be loaded. So rb_iseq_check()
    is needed. Furthermore, now lazy loading with builtin_function_table
    is not supported, so it should cancel lazy loading.

  Modified files:
    builtin.c
    compile.c