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-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
2017-08-02
fix stack storing for root fibers.
ko1
2017-08-02
release VM stack properly.
ko1
2017-07-27
vm_core.h: shrink trap_list size
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
hash: keep fstrings of tainted strings for string keys
normal
2017-07-02
Symbol#== should be able to be redefined
ktsj
2017-06-28
move fields to ec.
ko1
2017-06-28
move fields to ec.
ko1
2017-06-28
introduce rb_thread_ptr() to replace GetThreadPtr().
ko1
2017-06-28
move storages to ec.
ko1
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-12
add a comment for rb_thread_mark()
ko1
2017-06-08
vm_block_handler_verify() should not return any value.
ko1
[next]