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
2016-01-26
fstring early for internal iseq
normal
2015-12-18
* vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead of
kosaki
2015-12-17
* vm.c (rb_vm_check_redefinition_opt_method): should check the real
shugo
2015-12-16
* vm.c (vm_make_env_each): should not compare with Qfalse and FALSE.
ko1
2015-12-16
* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.
shugo
2015-12-16
* vm.c: fix mark miss for proc given as passed block.
ko1
2015-12-12
vm.c: free tables at destruction
nobu
2015-12-09
* vm.c (rb_vm_cref_in_context): Module#define_method in non-class
ko1
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
error.c: name_err_local_variables
nobu
2015-12-08
compile optimized case dispatch for nil/true/false
normal
2015-12-04
vm.c: make ruby_vm_*_ptr static
normal
2015-11-20
* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.
ko1
2015-11-13
* refactoring CREF related code.
ko1
2015-11-13
* vm.c (vm_define_method): refactoring.
ko1
2015-11-13
* vm.c (vm_define_method): do not use current CREF immediately,
ko1
2015-10-31
use rb_source_loc and rb_source_location
nobu
2015-10-31
vm.c: initialize line always
nobu
2015-10-29
use NULL instead of 0
ko1
2015-10-29
* vm.c: add ifndef guard for VM_CHECK_MODE.
ko1
2015-10-29
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-29
vm.c: ruby_th_dtrace_setup
nobu
2015-10-23
* vm_insnhelper.c: introduce new call handler for simple ISeqs.
ko1
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
[next]