aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* * compile.c, vm_macro.def: support tail call optimizationko12007-05-211-0/+70
* * vm_evalbody.ci, insns.def, vm.c, tool/insns2vm.rb (rb_num_t):nobu2007-05-031-26/+26
* * vm.c, yarvcore.h, yarvcore.c, insns.def: fix to mark VM stackko12007-05-021-1/+1
* * compile.c: use Qtrue instead of 2.ko12007-05-021-1/+2
* * yarvcore.h, compile.c (set_arguments): support post arguments.ko12007-05-011-3/+5
* * eval.c, node.h, thread.c, yarvcore.[ch], eval_intern.h:ko12007-04-191-7/+3
* * insns.def (throw), thread.c, yarvcore.h (throwed_errinfo): fixednobu2007-04-021-1/+1
* * yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko12007-02-261-2/+2
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-251-0/+1
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-11/+2
* * blockinlining.c, compile.c, compile.h, error.c, eval.c,ko12007-02-061-17/+17
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-34/+12
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+38
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-7/+2
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-1/+1
* * insns.def (setclassvariable): remove warn argument.matz2007-02-021-1/+1
* * vm.c (eval_search_super_klass): rename to search_super_klass() andko12007-01-161-2424/+2424
* * insns.def (send) : fix to optimize send() with Symbol.ko12007-01-061-1/+2
* * insns.def : support direct method dispatch with "send" or "funcall".ko12007-01-061-1/+27
* * compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko12007-01-051-3/+10
* * Merge YARVko12006-12-311-0/+2390