| Commit message (Expand) | Author | Age | Files | Lines |
* | * vm_args.c: protect value stack from calling other methods | ko1 | 2015-04-06 | 1 | -1/+0 |
* | vm_core.h: update for OPT_CALL_CFUNC_WITHOUT_FRAME | nobu | 2015-04-03 | 1 | -2/+2 |
* | * node.h: remove NODE_IFUNC, NEW_IFUNC. | ko1 | 2015-03-11 | 1 | -1/+1 |
* | * proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not. | ko1 | 2015-03-10 | 1 | -1/+1 |
* | * internal.h: define rb_cref_t and change to use it. | ko1 | 2015-03-08 | 1 | -2/+2 |
* | * fix namespace issue on singleton class expressions. [Bug #10943] | ko1 | 2015-03-06 | 1 | -12/+1 |
* | * vm_core.h: define vm_svar_index. | ko1 | 2015-02-27 | 1 | -0/+8 |
* | * vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements | ktsj | 2015-02-22 | 1 | -0/+2 |
* | vm_core.h: fix symbols leak | nobu | 2015-02-06 | 1 | -1/+1 |
* | vm.c, vm_core.h: constify VM_CF_LEP, VM_CF_PREV_EP, VM_CF_BLOCK_PTR | ko1 | 2015-01-16 | 1 | -1/+1 |
* | vm_core.h: preserve thread ordering | normal | 2014-12-27 | 1 | -1/+1 |
* | vm.c: constify | nobu | 2014-12-17 | 1 | -2/+2 |
* | * vm_core.h: introduce new field | ko1 | 2014-12-10 | 1 | -0/+1 |
* | * vm_core.h: add rb_thread_t::local_storage_recursive_hash | ko1 | 2014-11-27 | 1 | -3/+1 |
* | proc.c: make lambda directly | nobu | 2014-11-13 | 1 | -0/+1 |
* | * vm_core.h: change semantics of opt_num and opt_table. | ko1 | 2014-11-03 | 1 | -2/+15 |
* | * vm_core.h: change iseq parameter data structure. | ko1 | 2014-11-02 | 1 | -29/+43 |
* | * rewrite method/block parameter fitting logic to optimize | ko1 | 2014-11-02 | 1 | -19/+27 |
* | * vm_core.h, proc.c, vm_backtrace.c, vm_trace.c: | ktsj | 2014-10-18 | 1 | -1/+0 |
* | * vm_core.h, vm.c, proc.c: fix GC mark miss on bindings. | ktsj | 2014-10-18 | 1 | -0/+3 |
* | * Avoid undefined behaviors found by gcc -fsanitize=undefined. | akr | 2014-10-17 | 1 | -1/+1 |
* | cont.c: Optimize fiber_switch callees | normal | 2014-10-15 | 1 | -2/+4 |
* | proc.c (rb_proc_alloc): inline and move to vm.c | normal | 2014-09-12 | 1 | -1/+1 |
* | iseq_inline_storage_entry: 24=>16 bytes on 64-bit | normal | 2014-09-11 | 1 | -1/+0 |
* | * vm.c (rb_vm_register_special_exception): make new function to | ko1 | 2014-09-11 | 1 | -1/+3 |
* | rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit | normal | 2014-09-10 | 1 | -5/+4 |
* | compile: translate iseq in-place | normal | 2014-09-10 | 1 | -2/+5 |
* | vm_core.h (rb_env_t): use flexible array | normal | 2014-09-08 | 1 | -1/+1 |
* | * dir.c (glob_helper): use #ifdef instead of #if. | ko1 | 2014-09-04 | 1 | -0/+4 |
* | string.c: move frozen_strings table to rb_vm_t | normal | 2014-08-29 | 1 | -0/+1 |
* | rb_iseq_location_t: change first_lineno type to VALUE | normal | 2014-08-25 | 1 | -1/+1 |
* | rb_{thread,context,fiber}_struct: trivial packing | normal | 2014-08-15 | 1 | -2/+2 |
* | rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bit | normal | 2014-07-26 | 1 | -2/+3 |
* | vm_core.h: fix comment | nobu | 2014-07-20 | 1 | -1/+1 |
* | rb_proc_t: reduce to 64 bytes from 72 on 64-bit | normal | 2014-07-20 | 1 | -3/+3 |
* | revert r46859 and r46860 | nobu | 2014-07-18 | 1 | -1/+0 |
* | enum.c: optimize any? object allocations for Array and Hash | nobu | 2014-07-18 | 1 | -0/+1 |
* | vm_core.h: redefined_flag in rb_vm_t | nobu | 2014-07-18 | 1 | -0/+42 |
* | * vm_core.h (struct rb_iseq_struct): stack_max is changed to int | ngoto | 2014-07-16 | 1 | -1/+1 |
* | * vm_core.h (struct rb_iseq_struct): temporal workaround of [Bug 10037]. | ngoto | 2014-07-16 | 1 | -0/+3 |
* | revert r46834 because it does not pass tests | ko1 | 2014-07-16 | 1 | -2/+4 |
* | * vm_core.h: remove rb_vm_t::trap_list[RUBY_NSIG], but add | ko1 | 2014-07-16 | 1 | -4/+2 |
* | vm_core.h (struct rb_iseq_struct): reduce to 288 bytes on 64-bit | normal | 2014-07-14 | 1 | -1/+1 |
* | vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bit | normal | 2014-07-14 | 1 | -2/+1 |
* | vm_core.h (struct rb_call_info_struct): improve packing | normal | 2014-07-13 | 1 | -2/+3 |
* | vm_core.h (struct rb_iseq_struct): stack_max is uint32_t | normal | 2014-07-13 | 1 | -2/+1 |
* | vm.c: rb_vm_env_local_variables | nobu | 2014-07-01 | 1 | -0/+1 |
* | * vm.c (rb_vm_rewind_cfp): add new function to rewind specified cfp | ko1 | 2014-06-19 | 1 | -0/+1 |
* | * vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block or | ko1 | 2014-06-19 | 1 | -1/+2 |
* | constify parameters | nobu | 2014-06-18 | 1 | -1/+1 |