summaryrefslogtreecommitdiff
path: root/insns.def
AgeCommit message (Expand)Author
2010-10-31* compile.c (new_child_iseq): adjust argument types.nobu
2010-10-31* vm_core.h: some refactoring.ko1
2010-10-14* insns.def, iseq.c, vm_insnhelper.c: rename variable nameko1
2010-10-13* insns.def (opt_case_dispatch): use st_data_t.nobu
2010-10-12* compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu
2010-09-27* insns.def (opt_case_dispatch), vm_insnhelper.c:ko1
2010-09-09* compile.c (case_when_optimizable_literal): When float value can bewanabe
2010-08-02* insns.def, vm_core.h: fixed typo. reported by Rocky Bernsteinnobu
2010-06-03* insns.def (concatarray): removed unused variable.nobu
2010-06-02* compile.c (iseq_compile_each): should consider block on stack,matz
2010-05-30* insns.def (defined): respond_to_missing? may not be availablematz
2010-05-27* insns.def (invokesuper): check consistency between class of self andmame
2010-05-09* compile.c (iseq_compile_each), vm_insnhelper.c (vm_invoke_block,mame
2010-04-27* insns.def (onceinlinecache): add exclusion control for a regionmame
2010-03-09* compile.c (defined_expr), insns.def (defined): fix to pass a Symbolko1
2010-02-24* insns.def: Change the operand type of setinlinecacheko1
2010-01-05removes the dtrace support. reverts r26239, r26238 and r26235.yugui
2010-01-03* trace.h: new file. wraps tracing mechanisms.yugui
2009-12-04* insns.def (defined): should respect #respond_to_missing? asmatz
2009-12-04* insns.def (defined): adjust indent.nobu
2009-12-03* compile.c (compile_cpath, iseq_compile_each): revertedshugo
2009-11-17* insns.def (opt_case_dispatch): runtime value cannot be used asnobu
2009-09-21* compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c,nobu
2009-09-12* vm_core.h: change members of iseq_inline_cache_entry.ko1
2009-09-08* iseq.c (iseq_mark): no need to mark inline cache entries.ko1
2009-09-06* insns.def (opt_*): add IC operands.ko1
2009-09-06* vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macroko1
2009-09-06* compile.c (iseq_specialized_instruction), insns.def (opt_size):ko1
2009-09-06* insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar):ko1
2009-08-13* insns.def (opt_case_dispatch): suppressed a warning.nobu
2009-08-12* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko1
2009-07-30* insns.def (defineclass): preserve encoding of class/modulenobu
2009-07-16* node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry.ko1
2009-07-15* method.h, vm_core.h: add rb_method_entry_t. Remove nodes aroundko1
2009-07-13* vm_core.h, compile.c: declare struct iseq_inline_cache_entry.ko1
2009-07-13* insns.def, vm_insnhelper.c (getinstancevariable):ko1
2009-06-30* insns.def, tool/instruction.rb: fixed types.nobu
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-03-10* array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu
2009-02-27 * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa
2009-02-23* insns.def (opt_minus): inline float operation.matz
2009-02-18* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu
2009-02-12* insns.def (defineclass): try to autoload const to be overridden.nobu
2009-02-12* compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu
2009-02-11* insns.def (setspecial, putstring): fixed typos in rdoc.nobu
2009-01-15* vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count):ko1
2008-12-24* vm_insnhelper.c (vm_call_method): use class of method definedko1
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-07-12* configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame