index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.c
Age
Commit message (
Expand
)
Author
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 not
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::klass to reduce dynamic data.
ko1
2015-07-04
vm.c: reduce branches for always-set VM fields
normal
2015-07-03
* remove trailing spaces.
svn
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-06-30
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-18
* vm.c (rb_vm_control_frame_id_and_class): remove usless codes.
ko1
2015-06-13
mark thread name string
naruse
2015-06-13
* vm_core.h (rb_thread_t): add th->name.
naruse
2015-06-12
vm.c: break from orphan block
nobu
2015-06-10
* vm.c: use VM_ASSERT instead of assert().
ko1
2015-06-10
* vm_core.h: define VM_ASSERT() for assertion
ko1
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 to
tenderlove
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 to
ko1
2015-05-21
fix indent
ko1
2015-05-21
* proc.c: fix issues caused by binding created from Method#to_proc.
ko1
2015-05-20
vm.c: vm_invoke_bmethod
nobu
2015-05-16
proc.c: rb_proc_alloc
nobu
2015-05-10
proc.c, vm.c: fix possible memory leak
nobu
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 methods
ko1
2015-03-29
vm.c: use MEMCPY
nobu
2015-03-20
revert r50031 because it includes unexpected patch
ko1
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 represent
ko1
2015-03-08
proc.c, vm.c: fix implicit conversions
nobu
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-16
vm.c, vm_core.h: constify VM_CF_LEP, VM_CF_PREV_EP, VM_CF_BLOCK_PTR
ko1
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-17
vm.c: constify
nobu
2014-12-10
* vm_core.h: introduce new field
ko1
2014-12-01
use 0 for reserved
nobu
2014-11-27
* vm_core.h: add rb_thread_t::local_storage_recursive_hash
ko1
2014-11-25
rb_id2str over rb_id2name
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-13
proc.c: make lambda directly
nobu
2014-11-09
vm.c: super in bmethod
nobu
2014-11-04
suppress warnings
nobu
[next]