aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_setup_method): should push call frame beforematz2009-10-281-10/+21
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25129 b2dd03c8-39d4-4d8f-98...matz2009-09-281-0/+8
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-7/+7
* * vm_core.h: change members of iseq_inline_cache_entry.ko12009-09-121-6/+6
* * vm_insnhelper.c: rename macro name ENABLE_IC_FOR_IVARko12009-09-061-4/+4
* * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko12009-09-061-2/+48
* * method.h (rb_method_definition_t): split from rb_method_entry_tnobu2009-08-281-15/+14
* * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.wanabe2009-08-181-1/+1
* * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issueko12009-08-151-23/+12
* * insns.def (opt_case_dispatch): suppressed a warning.nobu2009-08-131-1/+3
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko12009-08-121-0/+18
* * gc.c: reject unused longlife gc.nari2009-08-101-2/+2
* * vm_insnhelper.c (vm_call_cfunc): let set_trace_func use called_idmame2009-07-301-1/+1
* * vm_core.h, vm_insnhelper.c (vm_call_method): reviveko12009-07-281-4/+2
* * vm_insnhelper.c (vm_call_method): __send__ can call protectednobu2009-07-261-1/+3
* * vm_insnhelper.c (vm_call_method): fixed indent.nobu2009-07-261-37/+36
* * method.h : Commas at end of enum list not allowed as of C89shyouhei2009-07-221-0/+2
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-114/+122
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-5/+5
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-0/+47
* * vm_insnhelper.c (vm_search_superclass): checks for implicitnobu2009-07-101-7/+17
* * vm_insnhelper.c (vm_yield_setup_block_args): restores the firstnobu2009-07-041-2/+6
* * vm_insnhelper.c (vm_setup_method): fixed format spec.nobu2009-06-241-1/+1
* * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu2009-05-201-1/+1
* * vm_eval.c, vm_insnhelper.c: argument number is restricted tonobu2009-05-201-16/+16
* * iseq.c (rb_iseq_clone): use longlife object and insert write barrier.nari2009-05-161-2/+2
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-2/+2
* * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu2009-03-121-1/+1
* stripped trailing spaces.nobu2009-02-221-2/+2
* * vm_eval.c (method_missing): should not pop cfp if missing methodnobu2009-02-221-15/+22
* * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):nobu2009-01-311-0/+3
* * vm_eval.c, eval.c (rb_f_block_given_p): move definition ofko12009-01-191-0/+2
* * vm.c: add a prefix "rb_" to exposed functionsko12009-01-191-6/+6
* * vm_insnhelper.c (vm_yield_with_cfunc): rename parameter nameko12008-12-271-5/+5
* * vm_insnhelper.c (vm_call_method, vm_call_cfunc): use original id instead ofko12008-12-271-4/+4
* * vm_insnhelper.c (vm_method_search): fix control flow bug.ko12008-12-251-8/+6
* * vm_insnhelper.c (vm_method_search): return rb_cObject if there is noko12008-12-251-3/+7
* * vm_insnhelper.c (vm_yield_with_cfunc): check block has Proc.ko12008-12-251-1/+6
* * vm.c (invoke_block_from_c): fix to point right cfp.ko12008-12-241-5/+2
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-241-4/+5
* * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu2008-12-151-1/+2
* * vm_insnhelper.c (check_cfunc): use function pointer.nobu2008-12-091-1/+1
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-141-1/+1
* * vm_insnhelper.c (vm_yield_setup_args): supports optional parameters.yugui2008-10-271-96/+145
* * vm_insnhelper.c (vm_yield_setup_args): should not drop argumentsnobu2008-10-221-2/+3
* * common.mk: clean upko12008-09-231-2/+30
* * vm_insnhelper.c (vm_method_missing): C99.usa2008-09-031-1/+1
* * vm_insnhelper.c (vm_method_missing): copy arguments to allocatedmame2008-09-021-2/+3
* * vm_insnhelper.c (vm_call_method): copy arguments to allocatedko12008-08-291-2/+3
* * vm_insnhelper.c (vm_yield_setup_args): object with to_ary shouldmatz2008-08-281-2/+2