aboutsummaryrefslogtreecommitdiffstats
path: root/insns.def
Commit message (Expand)AuthorAgeFilesLines
* * insns.def, iseq.c, vm_insnhelper.c: rename variable nameko12010-10-141-7/+7
* * insns.def (opt_case_dispatch): use st_data_t.nobu2010-10-131-2/+2
* * compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu2010-10-121-2/+2
* * insns.def (opt_case_dispatch), vm_insnhelper.c:ko12010-09-271-14/+2
* * compile.c (case_when_optimizable_literal): When float value can bewanabe2010-09-091-8/+21
* * insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu2010-08-021-1/+1
* * insns.def (concatarray): removed unused variable.nobu2010-06-031-1/+0
* * compile.c (iseq_compile_each): should consider block on stack,matz2010-06-021-0/+1
* * insns.def (defined): respond_to_missing? may not be availablematz2010-05-301-2/+9
* * insns.def (invokesuper): check consistency between class of self andmame2010-05-271-0/+6
* * compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame2010-05-091-1/+1
* * insns.def (onceinlinecache): add exclusion control for a regionmame2010-04-271-0/+7
* * compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko12010-03-091-1/+1
* * insns.def: Change the operand type of setinlinecacheko12010-02-241-3/+1
* removes the dtrace support. reverts r26239, r26238 and r26235.yugui2010-01-051-24/+0
* * trace.h: new file. wraps tracing mechanisms.yugui2010-01-031-0/+24
* * insns.def (defined): should respect #respond_to_missing? asmatz2009-12-041-0/+2
* * insns.def (defined): adjust indent.nobu2009-12-041-32/+32
* * compile.c (compile_cpath, iseq_compile_each): revertedshugo2009-12-031-1/+4
* * insns.def (opt_case_dispatch): runtime value cannot be used asnobu2009-11-171-3/+3
* * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu2009-09-211-5/+5
* * vm_core.h: change members of iseq_inline_cache_entry.ko12009-09-121-5/+5
* * iseq.c (iseq_mark): no need to mark inline cache entries.ko12009-09-081-0/+4
* * insns.def (opt_*): add IC operands.ko12009-09-061-18/+18
* * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macroko12009-09-061-4/+4
* * compile.c (iseq_specialized_instruction), insns.def (opt_size):ko12009-09-061-2/+35
* * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko12009-09-061-2/+2
* * insns.def (opt_case_dispatch): suppressed a warning.nobu2009-08-131-1/+1
* * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko12009-08-121-4/+15
* * insns.def (defineclass): preserve encoding of class/modulenobu2009-07-301-2/+2
* * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko12009-07-161-1/+1
* * method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko12009-07-151-21/+15
* * vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko12009-07-131-1/+1
* * insns.def, vm_insnhelper.c (getinstancevariable):ko12009-07-131-4/+4
* * insns.def, tool/instruction.rb: fixed types.nobu2009-06-301-12/+13
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-131-1/+1
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-2/+2
* * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa2009-02-271-2/+14
* * insns.def (opt_minus): inline float operation.matz2009-02-231-0/+45
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-2/+2
* * insns.def (defineclass): try to autoload const to be overridden.nobu2009-02-121-0/+1
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-2/+2
* * insns.def (setspecial, putstring): fixed typos in rdoc.nobu2009-02-111-4/+4
* * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko12009-01-151-1/+2
* * vm_insnhelper.c (vm_call_method): use class of method definedko12008-12-241-2/+2
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-4/+4
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-121-1/+1
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-17/+1
* * compile.h, insns.def: reduce insn operand of "trace".ko12008-07-011-11/+17
* * insns.def (trace): C99ism.usa2008-07-011-1/+2