| Commit message (Expand) | Author | Age | Files | Lines |
* | insns.def (opt_case_dispatch): avoid converting Infinity | normal | 2015-12-11 | 1 | -1/+1 |
* | * introduce new ISeq binary format serializer/de-serializer | ko1 | 2015-12-08 | 1 | -2/+4 |
* | compile optimized case dispatch for nil/true/false | normal | 2015-12-08 | 1 | -0/+6 |
* | insns.def (opt_case_dispatch): check Float#=== redefinition | normal | 2015-12-07 | 1 | -0/+1 |
* | * compile.c (iseq_compile_each): add debug information to NODE_STR | ko1 | 2015-11-20 | 1 | -0/+17 |
* | * refactoring CREF related code. | ko1 | 2015-11-13 | 1 | -1/+1 |
* | * insns.def (getinlinecache/setinlinecache): compare ic->ic_cref and | ko1 | 2015-10-29 | 1 | -2/+2 |
* | * insns.def: nobody set ic->ic_value.value to Qundef. | ko1 | 2015-10-29 | 1 | -3/+1 |
* | RUBY_DTRACE_CREATE_HOOK | nobu | 2015-10-29 | 1 | -4/+2 |
* | Safe navigation operator | nobu | 2015-10-22 | 1 | -0/+17 |
* | revert r51991 | nobu | 2015-10-01 | 1 | -5/+3 |
* | vm_args.c: GC guard | nobu | 2015-10-01 | 1 | -3/+5 |
* | compile.c: fix performance of strconcat | nobu | 2015-09-29 | 1 | -1/+1 |
* | * vm_core.h: split rb_call_info_t into several structs. | ko1 | 2015-09-19 | 1 | -47/+55 |
* | * vm_core.h: remove rb_call_info_t::blockiseq. | ko1 | 2015-09-08 | 1 | -4/+4 |
* | insns.def: redundant call | nobu | 2015-08-05 | 1 | -2/+3 |
* | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 | 2015-07-21 | 1 | -3/+3 |
* | * method.h: introduce rb_callable_method_entry_t to remove | ko1 | 2015-07-03 | 1 | -2/+1 |
* | insns.def: no quoting | nobu | 2015-06-29 | 1 | -4/+4 |
* | insns.def: preserve encoding | nobu | 2015-06-28 | 1 | -2/+2 |
* | insns.def: preserve encoding | nobu | 2015-06-28 | 1 | -2/+2 |
* | insns.def: preserve encoding | nobu | 2015-06-28 | 1 | -2/+2 |
* | * method.h: split rb_method_definition_t::flag to several flags. | ko1 | 2015-06-03 | 1 | -1/+1 |
* | * insns.def (defined), vm_insnhelper.c (vm_defined): | ko1 | 2015-06-02 | 1 | -100/+1 |
* | * method.h: make rb_method_entry_t a VALUE. | ko1 | 2015-06-02 | 1 | -4/+5 |
* | * 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 |