| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compile.c: use ruby_tag_type | nobu | 2015-07-17 | 1 | -0/+21 |
* | RUBY_VM_CHECK_INTS: eval the argument only once | nobu | 2015-07-17 | 1 | -5/+8 |
* | RUBY_VM_CHECK_INTS_BLOCKING: move to thread.c | nobu | 2015-07-17 | 1 | -11/+0 |
* | EXEC_EVENT_HOOK_ORIG: eval the arguments only once | nobu | 2015-07-17 | 1 | -15/+24 |
* | * vm_core.h: constify rb_iseq_t::parent_iseq. | ko1 | 2015-07-16 | 1 | -2/+2 |
* | * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it via | ko1 | 2015-07-14 | 1 | -2/+1 |
* | * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know it | ko1 | 2015-07-14 | 1 | -2/+2 |
* | * vm.c: refactoring Proc/Env related code. | ko1 | 2015-07-14 | 1 | -4/+0 |
* | * vm_core.h: remove rb_call_info_t::klass because | ko1 | 2015-07-09 | 1 | -1/+0 |
* | * vm_core.h (rb_control_frame_t): fix comments (layout index). | ko1 | 2015-07-09 | 1 | -4/+4 |
* | * vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone() | ko1 | 2015-07-07 | 1 | -1/+0 |
* | * vm_core.h: remove rb_iseq_t::defined_method_id because it is not | ko1 | 2015-07-06 | 1 | -1/+0 |
* | * vm_core.h: remove a useless declaration. | ko1 | 2015-07-06 | 1 | -2/+0 |
* | * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data. | ko1 | 2015-07-06 | 1 | -1/+0 |
* | * method.h: introduce rb_callable_method_entry_t to remove | ko1 | 2015-07-03 | 1 | -12/+8 |
* | error.c: remove singleton method | nobu | 2015-06-25 | 1 | -1/+1 |
* | $SAFE=2 is now obsolete | nobu | 2015-06-18 | 1 | -1/+1 |
* | * vm_core.h (rb_thread_t): add th->name. | naruse | 2015-06-13 | 1 | -0/+1 |
* | vm_core.h: make VM_ASSERT an expression | nobu | 2015-06-11 | 1 | -4/+4 |
* | * vm_core.h: define VM_ASSERT() for assertion | ko1 | 2015-06-10 | 1 | -0/+16 |
* | * vm_core.h (rb_vm_rewrite_cref_stack): rename to rb_vm_rewrite_cref(). | ko1 | 2015-06-03 | 1 | -1/+1 |
* | * vm_core.h: rename enum missing_reason to enum method_missing_reason. | ko1 | 2015-06-03 | 1 | -10/+12 |
* | * method.h: split rb_method_definition_t::flag to several flags. | ko1 | 2015-06-03 | 1 | -1/+9 |
* | * method.h: make rb_method_entry_t a VALUE. | ko1 | 2015-06-02 | 1 | -5/+3 |
* | * vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type to | ko1 | 2015-05-31 | 1 | -0/+1 |
* | * method.h, vm_method.c (rb_free_method_entry): constify a parameter. | ko1 | 2015-05-30 | 1 | -1/+0 |
* | proc.c: rb_proc_alloc | nobu | 2015-05-16 | 1 | -1/+1 |
* | * 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 |