summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* vm_core.h: constify rb_call_info_t::kw_arg,ko1
2015-07-21* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko1
2015-07-16vm.c: fix mark with rewinding cfpnobu
2015-07-16vm.c: fix mark with rewinding cfpnobu
2015-07-15remove redundant NULL checks after RUBY_VM_IFUNC_Pnormal
2015-07-15remove redundant NULL check in mark functionsnormal
2015-07-15* vm.c (vm_make_env_each): add comments about env layout.ko1
2015-07-14* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it viako1
2015-07-14* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know itko1
2015-07-14* remove trailing spaces.svn
2015-07-14* vm.c: refactoring Proc/Env related code.ko1
2015-07-06* vm.c (vm_define_method): remove an unused local variable.ko1
2015-07-06* vm_core.h: remove rb_iseq_t::defined_method_id because it is notko1
2015-07-06* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.ko1
2015-07-04vm.c: reduce branches for always-set VM fieldsnormal
2015-07-03* remove trailing spaces.svn
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-06-30move RB_GC_GUARD responsibility to rb_add_method_iseqnormal
2015-06-18* vm.c (rb_vm_control_frame_id_and_class): remove usless codes.ko1
2015-06-13mark thread name stringnaruse
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-06-12vm.c: break from orphan blocknobu
2015-06-10* vm.c: use VM_ASSERT instead of assert().ko1
2015-06-10* vm_core.h: define VM_ASSERT() for assertionko1
2015-06-05* internal.h: move definition of rb_cref_t to method.h.ko1
2015-06-03* class.c (clone_method): remove redundant check for me->def != NULL.ko1
2015-06-03* vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-05-31* vm_core.h (VM_FRAME_MAGIC_DUMMY): introduce new frame type toko1
2015-05-21fix indentko1
2015-05-21* proc.c: fix issues caused by binding created from Method#to_proc.ko1
2015-05-20vm.c: vm_invoke_bmethodnobu
2015-05-16proc.c: rb_proc_allocnobu
2015-05-10proc.c, vm.c: fix possible memory leaknobu
2015-04-10* vm.c (vm_exec): check other events when RETURN is thrown.ko1
2015-04-06* vm_args.c: protect value stack from calling other methodsko1
2015-03-29vm.c: use MEMCPYnobu
2015-03-20revert r50031 because it includes unexpected patchko1
2015-03-20* gc.c (obj_info): obj_info() can receive internal objects.ko1
2015-03-11* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.ko1
2015-03-11* include/ruby/ruby.h: introduce new type T_IMEMO.ko1
2015-03-10* proc.c: use RUBY_VM_IFUNC_P() to recognize IFUNC or not.ko1
2015-03-10* vm_insnhelper.h: define struct THROW_DATA to representko1
2015-03-08proc.c, vm.c: fix implicit conversionsnobu
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2015-02-27* vm_core.h: define vm_svar_index.ko1