Project

General

Profile

« Previous | Next » 

Revision d9bf9c57

Added by ko1 (Koichi Sasada) over 5 years ago

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.