1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/yarvtest
ko1 ce55b4c0e0 * insns.def : support direct method dispatch with "send" or "funcall".
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
2007-01-06 00:24:59 +00:00
..
runner.rb * common.mk : rename yarv-test-[all/each] to compare-test[/-each]. 2007-01-04 11:30:37 +00:00
test_bin.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_block.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_class.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_eval.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_exception.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_flow.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_jump.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_massign.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_method.rb * insns.def : support direct method dispatch with "send" or "funcall". 2007-01-06 00:24:59 +00:00
test_opts.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_proc.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_syntax.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_test.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_thread.rb * Merge YARV 2006-12-31 15:02:22 +00:00
test_yield.rb * Merge YARV 2006-12-31 15:02:22 +00:00
yarvtest.rb * yarvtest/yarvtest.rb : fix to compare results 2007-01-05 12:04:15 +00:00