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
/
cont.c
Age
Commit message (
Expand
)
Author
2017-12-06
cont.c: update comment for ec refactoring
normal
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-11-16
fix up r60782 and r60783.
ko1
2017-11-16
avoid duplicated-cond compile error.
ko1
2017-11-16
cleanup hook cleanup code.
ko1
2017-11-06
use `GET_EC()` directly.
ko1
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-29
`ec` has `thread_ptr`.
ko1
2017-10-28
`th` -> `ec` for some functions.
ko1
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-26
make root fiber at switching.
ko1
2017-10-26
fix freeing `th->ec` bugs.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
fix comments
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-09-12
cont.c: update comment to match r59776 [ci skip]
normal
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-10
avoid false positive on fiber_verify().
ko1
2017-09-10
clear `stack_end`.
ko1
2017-09-10
cont.c: fix typo [ci skip]
nobu
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-08
fiber: fix machine stack marking when FIBER_USE_NATIVE is 0
normal
2017-09-08
fix up r59776
nobu
2017-09-08
move th->fiber to ec->fiber.
ko1
2017-09-02
cont.c: fix root fiber to_s
nobu
2017-08-23
remove debug code.
ko1
2017-08-22
split out struct cont_saved_vm_stack.
ko1
2017-08-10
fix a typo in comment.
nagachika
2017-08-10
use VM_UNREACHABLE() instead of rb_bug().
ko1
2017-08-10
introduce fiber_restore_thread.
ko1
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-10
cont.c: fix up r59557 for !FIBER_USE_NATIVE
nobu
2017-08-10
constify some variables.
ko1
2017-08-10
remove additional newline.
ko1
2017-08-10
Fiber#to_s (#inspect) return richer information.
ko1
2017-08-10
refactoring Fiber status.
ko1
2017-08-02
fix stack storing for root fibers.
ko1
2017-08-02
release VM stack properly.
ko1
2017-06-28
introduce rb_fiber_t::first_proc.
ko1
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-26
copy ec on Fiber.
ko1
2017-06-26
add "FIBER_" prefix.
ko1
2017-06-26
Do not store/restore Thread#status on fiber switching.
ko1
2017-06-23
move "state" to rb_vm_tag.
ko1
[next]