| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c (defined_expr), insns.def (defined): fix to pass a Symbol | ko1 | 2010-03-09 | 1 | -1/+1 |
* | * insns.def: Change the operand type of setinlinecache | ko1 | 2010-02-24 | 1 | -3/+1 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 1 | -24/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 1 | -0/+24 |
* | * insns.def (defined): should respect #respond_to_missing? as | matz | 2009-12-04 | 1 | -0/+2 |
* | * insns.def (defined): adjust indent. | nobu | 2009-12-04 | 1 | -32/+32 |
* | * compile.c (compile_cpath, iseq_compile_each): reverted | shugo | 2009-12-03 | 1 | -1/+4 |
* | * insns.def (opt_case_dispatch): runtime value cannot be used as | nobu | 2009-11-17 | 1 | -3/+3 |
* | * compile.c, cont.c, gc.c, insns.def, iseq.c, iseq.h, process.c, | nobu | 2009-09-21 | 1 | -5/+5 |
* | * vm_core.h: change members of iseq_inline_cache_entry. | ko1 | 2009-09-12 | 1 | -5/+5 |
* | * iseq.c (iseq_mark): no need to mark inline cache entries. | ko1 | 2009-09-08 | 1 | -0/+4 |
* | * insns.def (opt_*): add IC operands. | ko1 | 2009-09-06 | 1 | -18/+18 |
* | * vm_insnhelper.h (CALL_SIMPLE_METHOD_IC): make a macro | ko1 | 2009-09-06 | 1 | -4/+4 |
* | * compile.c (iseq_specialized_instruction), insns.def (opt_size): | ko1 | 2009-09-06 | 1 | -2/+35 |
* | * insns.def (setinstancevariable), vm_insnhelper.c (vm_setivar): | ko1 | 2009-09-06 | 1 | -2/+2 |
* | * insns.def (opt_case_dispatch): suppressed a warning. | nobu | 2009-08-13 | 1 | -1/+1 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check | ko1 | 2009-08-12 | 1 | -4/+15 |
* | * insns.def (defineclass): preserve encoding of class/module | nobu | 2009-07-30 | 1 | -2/+2 |
* | * node.h, vm_core.h, variable.c: rename global_entry to rb_global_entry. | ko1 | 2009-07-16 | 1 | -1/+1 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -21/+15 |
* | * vm_core.h, compile.c: declare struct iseq_inline_cache_entry. | ko1 | 2009-07-13 | 1 | -1/+1 |
* | * insns.def, vm_insnhelper.c (getinstancevariable): | ko1 | 2009-07-13 | 1 | -4/+4 |
* | * insns.def, tool/instruction.rb: fixed types. | nobu | 2009-06-30 | 1 | -12/+13 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 1 | -1/+1 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -2/+2 |
* | * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revert | usa | 2009-02-27 | 1 | -2/+14 |
* | * insns.def (opt_minus): inline float operation. | matz | 2009-02-23 | 1 | -0/+45 |
* | * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new | nobu | 2009-02-18 | 1 | -2/+2 |
* | * insns.def (defineclass): try to autoload const to be overridden. | nobu | 2009-02-12 | 1 | -0/+1 |
* | * compile.c (compile_array_, defined_expr, iseq_compile_each): hide | nobu | 2009-02-12 | 1 | -2/+2 |
* | * insns.def (setspecial, putstring): fixed typos in rdoc. | nobu | 2009-02-11 | 1 | -4/+4 |
* | * vm.c (rb_vm_inc_const_missing_count, ruby_vm_const_missing_count): | ko1 | 2009-01-15 | 1 | -1/+2 |
* | * vm_insnhelper.c (vm_call_method): use class of method defined | ko1 | 2008-12-24 | 1 | -2/+2 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -4/+4 |
* | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu | 2008-07-12 | 1 | -1/+1 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -17/+1 |
* | * compile.h, insns.def: reduce insn operand of "trace". | ko1 | 2008-07-01 | 1 | -11/+17 |
* | * insns.def (trace): C99ism. | usa | 2008-07-01 | 1 | -1/+2 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -1/+11 |
* | * compile.c, vm.c, insns.def: call FrozenCore.set_postexe method | ko1 | 2008-07-01 | 1 | -23/+0 |
* | * compile.c, insns.def, vm.c, vm_core.h: remove some insns | ko1 | 2008-07-01 | 1 | -63/+36 |
* | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 | 2008-06-10 | 1 | -1/+1 |
* | * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t. | naruse | 2008-06-01 | 1 | -1/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * insns.def (opt_gt|ge|lt|le): use values directly to compare. | ko1 | 2008-05-22 | 1 | -4/+4 |
* | * insns.def (newhash): fix a variable definition: "const k". | akr | 2008-05-22 | 1 | -1/+1 |
* | * insns.def, vm_insnhelper.c: specify "const". | ko1 | 2008-05-21 | 1 | -13/+9 |
* | * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling. | ko1 | 2008-05-19 | 1 | -9/+11 |
* | * insns.def: add a "putcbase" instruction. | ko1 | 2008-05-14 | 1 | -23/+17 |
* | * compile.c (iseq_compile_each): should call compile_cpath() for | matz | 2008-05-05 | 1 | -1/+4 |