aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-87/+66
* * vm_core.h: constify rb_call_info_t::kw_arg,ko12015-07-211-2/+2
* * vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko12015-07-211-1/+1
* vm.c: fix mark with rewinding cfpnobu2015-07-161-10/+7
* vm.c: fix mark with rewinding cfpnobu2015-07-161-2/+9
* remove redundant NULL checks after RUBY_VM_IFUNC_Pnormal2015-07-151-1/+1
* remove redundant NULL check in mark functionsnormal2015-07-151-50/+48
* * vm.c (vm_make_env_each): add comments about env layout.ko12015-07-151-10/+22
* * vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako12015-07-141-1/+8
* * vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko12015-07-141-27/+31
* * remove trailing spaces.svn2015-07-141-1/+1
* * vm.c: refactoring Proc/Env related code.ko12015-07-141-109/+90
* * vm.c (vm_define_method): remove an unused local variable.ko12015-07-061-2/+0
* * vm_core.h: remove rb_iseq_t::defined_method_id because it is notko12015-07-061-2/+0
* * vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko12015-07-061-6/+0
* vm.c: reduce branches for always-set VM fieldsnormal2015-07-041-12/+12
* * remove trailing spaces.svn2015-07-031-1/+1
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-55/+44
* move RB_GC_GUARD responsibility to rb_add_method_iseqnormal2015-06-301-1/+1
* * vm.c (rb_vm_control_frame_id_and_class): remove usless codes.ko12015-06-181-19/+4
* mark thread name stringnaruse2015-06-131-0/+2
* * vm_core.h (rb_thread_t): add th->name.naruse2015-06-131-0/+1
* vm.c: break from orphan blocknobu2015-06-121-1/+7
* * vm.c: use VM_ASSERT instead of assert().ko12015-06-101-1/+1
* * vm_core.h: define VM_ASSERT() for assertionko12015-06-101-2/+0
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-051-3/+9
* * class.c (clone_method): remove redundant check for me->def != NULL.ko12015-06-031-3/+2
* * vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove2015-06-031-0/+1
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-8/+9
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-39/+41
* * vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type toko12015-05-311-1/+1
* fix indentko12015-05-211-2/+2
* * proc.c: fix issues caused by binding created from Method#to_proc.ko12015-05-211-0/+12
* vm.c: vm_invoke_bmethodnobu2015-05-201-8/+21
* proc.c: rb_proc_allocnobu2015-05-161-14/+8
* proc.c, vm.c: fix possible memory leaknobu2015-05-101-1/+2
* * vm.c (vm_exec): check other events when RETURN is thrown.ko12015-04-101-29/+27
* * vm_args.c: protect value stack from calling other methodsko12015-04-061-1/+0
* vm.c: use MEMCPYnobu2015-03-291-3/+4
* revert r50031 because it includes unexpected patchko12015-03-201-4/+0
* * gc.c (obj_info): obj_info() can receive internal objects.ko12015-03-201-0/+4
* * vm_insnhelper.h: use T_IMEMO to create THROW_DATA.ko12015-03-111-4/+4
* * include/ruby/ruby.h: introduce new type T_IMEMO.ko12015-03-111-4/+1
* * proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko12015-03-101-2/+2
* * vm_insnhelper.h: define struct THROW_DATA to representko12015-03-101-17/+18
* proc.c, vm.c: fix implicit conversionsnobu2015-03-081-1/+1
* * internal.h: define rb_cref_t and change to use it.ko12015-03-081-16/+16
* * internal.h: define CREF accessor macros.ko12015-03-081-11/+11
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-20/+56
* * vm_core.h: define vm_svar_index.ko12015-02-271-4/+4