mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() This means that "obj.send :m" skips "BasicObject#send" invocation (method frame creation, etc) and "obj.m" invokes directly. If you make backtrace, there are no enties of "send" method. * compile.c (iseq_specialized_instruction) : fix to support above * eval.c : ditto (remove "static" from rb_f_send and rb_f_funcall * yarvcore.c : ditto (add a external IDs for compiler) * yarvcore.h : ditto (add a VM_CALL_SEND_BIT macro) * yarvtest/test_method.rb : add tests for above changes * eval.c : remove unused "Kernel#send" declaration git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
runner.rb | ||
test_bin.rb | ||
test_block.rb | ||
test_class.rb | ||
test_eval.rb | ||
test_exception.rb | ||
test_flow.rb | ||
test_jump.rb | ||
test_massign.rb | ||
test_method.rb | ||
test_opts.rb | ||
test_proc.rb | ||
test_syntax.rb | ||
test_test.rb | ||
test_thread.rb | ||
test_yield.rb | ||
yarvtest.rb |