Project

General

Profile

« Previous | Next » 

Revision 36322942

Added by shyouhei (Shyouhei Urabe) over 5 years ago

vm_invoke_symbol_block: call vm_call_opt_send

Symbol#to_proc and Object#send are closely related each other. Why not
share their implementations. By doing so we can skip recursive call of
vm_exec(), which could benefit for speed.