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
2017-11-07
th->ec: dtrace
ko1
2017-11-07
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-06
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-10-29
remove unused functions.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-28
`th` -> `ec` for method management functions.
ko1
2017-10-28
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
rename a function.
ko1
2017-10-28
* vm.c (vm_define_method): don't use `th` any more.
ko1
2017-10-28
* vm.c (REWIND_CFP): use `ec` directly.
ko1
2017-10-28
`th` -> `ec` for vm_iter_break().
ko1
2017-10-28
`th` -> `ec` for some functions.
ko1
2017-10-28
`th` -> `ec` for some functions.
ko1
2017-10-28
`th` -> `ec` for rb_vm_rewind_cfp.
ko1
2017-10-28
`th` -> `ec` for vm_exec().
ko1
2017-10-28
`th` -> `ec` for vm_set_*_stack.
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-28
skip machine stack marking for current ec.
ko1
2017-10-27
vm_exec_core() accepts `ec` instead of `th`.
ko1
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-27
Some functions accept `ec` instead of `th`.
ko1
2017-10-27
vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.
ko1
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
fix freeing `th->ec` bugs.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
vm_push_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
use GET_EC()
ko1
2017-10-26
A function accepts `ec` instead of `th`.
ko1
2017-10-26
A function accepts `ec` instead of `th`.
ko1
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
common conversion functions
nobu
2017-10-24
Remove dynamic NODE allocation out of parser
mame
2017-10-21
vm.c, vm_insnhelper.h: export symbols of VM serials
k0kubun
2017-09-25
vm.c: unused function
nobu
2017-09-25
vm.c: fetch retval iff necessary
nobu
2017-09-18
vm.c: fix `cfp consistency error' which occurs
ktsj
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-08
move th->fiber to ec->fiber.
ko1
2017-09-06
accept ec instead of th.
ko1
2017-09-06
th is not defined
ko1
2017-09-06
rb_execution_context_mark.
ko1
2017-09-05
add rb_hash_new_with_size()
shyouhei
2017-08-21
prevent stack overflow
nobu
2017-08-16
vm_insnhelper.c: cfp error at stack overflow
nobu
2017-08-15
Partially revert "suppress warning: assigned but unused variable - line"
naruse
2017-08-15
suppress warning: assigned but unused variable - line
naruse
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
[next]