summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
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
2015-01-16vm.c, vm_core.h: constify VM_CF_LEP, VM_CF_PREV_EP, VM_CF_BLOCK_PTRko1
2015-01-16* vm.c (VM_CF_PREV_EP): remove extra parentheses.ktsj
2015-01-16* eval_intern.h, vm.c, vm_eval.c, vm_insnhelper.c:ktsj
2014-12-17vm.c: constifynobu
2014-12-10* vm_core.h: introduce new fieldko1
2014-12-01use 0 for reservednobu
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-25rb_id2str over rb_id2namenobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-13proc.c: make lambda directlynobu
2014-11-09vm.c: super in bmethodnobu
2014-11-04suppress warningsnobu
2014-11-02* vm_core.h: change iseq parameter data structure.ko1
2014-11-02* rewrite method/block parameter fitting logic to optimizeko1
2014-10-18* vm_core.h, vm.c, proc.c: fix GC mark miss on bindings.ktsj