Project

General

Profile

« Previous | Next » 

Revision 2322c94d

Added by jeremyevans (Jeremy Evans) over 4 years ago

Support delegates for BasicObject

For BasicObject, bind the Kernel respond_to? instance method to the
object and call it instead of calling the method directly.

Also, use bind_call(recv, ...) for better performance.

Fixes [Bug #16127]