| Commit message (Expand) | Author | Age | Files | Lines |
* | * internal.h: define rb_cref_t and change to use it. | ko1 | 2015-03-08 | 1 | -5/+3 |
* | * fix namespace issue on singleton class expressions. [Bug #10943] | ko1 | 2015-03-06 | 1 | -12/+15 |
* | insns.def: reverse | nobu | 2015-02-25 | 1 | -0/+22 |
* | insns.def: typo | nobu | 2015-02-16 | 1 | -1/+1 |
* | insns.def (opt_succ): remove Time#succ optimization | normal | 2014-11-13 | 1 | -4/+0 |
* | * rewrite method/block parameter fitting logic to optimize | ko1 | 2014-11-02 | 1 | -10/+30 |
* | insns.def: add comments to def/opt_operand.def | normal | 2014-10-23 | 1 | -0/+2 |
* | iseq_inline_storage_entry: 24=>16 bytes on 64-bit | normal | 2014-09-11 | 1 | -19/+18 |
* | insns.def: avoid type-punned pointer cast | nobu | 2014-06-20 | 1 | -1/+1 |
* | insns.def: fix typo | nobu | 2014-05-26 | 1 | -1/+1 |
* | insns.def (opt_regexpmatch2): respect redefined match op | normal | 2014-03-11 | 1 | -1/+1 |
* | insns.def: adjust style | nobu | 2014-01-25 | 1 | -4/+8 |
* | insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys | tmm1 | 2014-01-10 | 1 | -0/+41 |
* | * insns.def: Fix optimization bug of Float#/ [Bug #9238] | marcandre | 2013-12-10 | 1 | -1/+1 |
* | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome | 2013-12-09 | 1 | -2/+2 |
* | * compile.c (iseq_compile_each): emit opt_str_freeze if the #freeze | charliesome | 2013-11-09 | 1 | -0/+14 |
* | * insns.def: unify ic_constant_serial and ic_class_serial into one field | charliesome | 2013-11-09 | 1 | -2/+2 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -2/+2 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -5/+2 |
* | * insns.def (opt_regexpmatch2): Check String#=~ hasn't overridden | sorah | 2013-09-26 | 1 | -1/+2 |
* | * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined before | charliesome | 2013-09-26 | 1 | -1/+5 |
* | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome | 2013-09-04 | 1 | -2/+2 |
* | * compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2 | charliesome | 2013-08-31 | 1 | -2/+4 |
* | vm_insnhelper.h: RBASIC_CLASS | nobu | 2013-08-27 | 1 | -26/+26 |
* | insns.def: refine comments | nobu | 2013-08-21 | 1 | -3/+3 |
* | * insns.def: fix regexp's once option behavior. | ko1 | 2013-08-20 | 1 | -29/+38 |
* | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 | 2013-08-06 | 1 | -1/+1 |
* | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 | 2013-05-26 | 1 | -1/+1 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | insns.def: refactor by wanabe | nobu | 2013-05-05 | 1 | -15/+4 |
* | insns.def: method entry from method frame | nobu | 2013-05-05 | 1 | -0/+11 |
* | * insns.def (opt_mod): Use % operator if both operands are positive for | charliesome | 2013-04-22 | 1 | -4/+6 |
* | iseq: reduce array allocations for simple sequences | tmm1 | 2013-04-17 | 1 | -1/+1 |
* | * internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro. | akr | 2013-04-09 | 1 | -8/+5 |
* | * insns.def: fix condition. | takano32 | 2013-03-12 | 1 | -1/+1 |
* | * insns.def (defineclass): private constants should not be accessed | shugo | 2013-01-11 | 1 | -1/+1 |
* | insns.def: adjust indent | nobu | 2013-01-08 | 1 | -4/+3 |
* | * vm_core.h (rb_vm_defineclass_type_t), | shugo | 2012-12-20 | 1 | -10/+17 |
* | compile.c, vm_insnhelper.c: flip-flop without hidden string key | nobu | 2012-12-10 | 1 | -2/+2 |
* | * vm_eval.c (yield_under, eval_under): do not activate refinements | shugo | 2012-12-07 | 1 | -1/+0 |
* | * vm_opts.h: enable optimization - operand unifications. | ko1 | 2012-12-04 | 1 | -5/+7 |
* | * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c, | ko1 | 2012-12-02 | 1 | -1/+1 |
* | * variable.c (rb_class_path_no_cache): add a function to get the class | tenderlove | 2012-12-01 | 1 | -26/+18 |
* | [EXPERIMENTAL: NEED DISCUSS] | ko1 | 2012-11-29 | 1 | -1/+2 |
* | * probes.d: Change function-entry probe to method-entry. | tenderlove | 2012-11-28 | 1 | -4/+4 |
* | * vm_trace.c: add two methods: | ko1 | 2012-11-20 | 1 | -1/+2 |
* | * probes.d: add DTrace probe declarations. [ruby-core:27448] | tenderlove | 2012-11-12 | 1 | -0/+33 |
* | * insns.def (opt_send_simple): move the location of | ko1 | 2012-10-18 | 1 | -15/+15 |
* | * insns.def (send): remove unused condition. | ko1 | 2012-10-18 | 1 | -4/+1 |
* | * insns.def (opt_send_simple): introduce new instruction used | ko1 | 2012-10-18 | 1 | -0/+15 |