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
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-10-16
vm_args.c: symbol proc
nobu
2015-10-15
vm.c: simplify
nobu
2015-10-10
* vm.c (invoke_block_from_c): split this function into several
ko1
2015-09-29
compile.c: fix performance of strconcat
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-15
gc.c: define objspace functions always
nobu
2015-09-07
vm_core.h: objspace always
nobu
2015-08-28
* vm.c (hook_before_rewind): prevent kicking :return event while
ko1
2015-08-12
* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
ko1
2015-08-12
* id_table.h: introduce ID key table.
ko1
2015-08-09
vm.c: frozen_strings in rb_vm_t
nobu
2015-07-24
* vm_core.h: size should be unsigned.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::catch_table.
ko1
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-16
vm.c: fix mark with rewinding cfp
nobu
2015-07-16
vm.c: fix mark with rewinding cfp
nobu
2015-07-15
remove redundant NULL checks after RUBY_VM_IFUNC_P
normal
2015-07-15
remove redundant NULL check in mark functions
normal
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 via
ko1
2015-07-14
* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know it
ko1
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 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
[next]