summaryrefslogtreecommitdiffstats
path: root/yarvtest/test_method.rb
Commit message (Collapse)AuthorAgeFilesLines
* * yarvtest/test_method.rb: removed (merged to bootstraptest).aamine2007-02-241-606/+0
| | | | | | | * yarvtest/test_class.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* set svn:eol-styleshyouhei2007-02-121-606/+606
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * insns.def (send) : fix to optimize send() with Symbol.ko12007-01-061-0/+8
| | | | | | | * yarvtest/test_method.rb : add another test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-0/+59
| | | | | | | | | | | | | | | | 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: http://svn.ruby-lang.org/repos/ruby/trunk@11488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Merge YARVko12006-12-311-0/+539
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e