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
2018-09-12
fiber: fix crash on GC after forking
normal
2018-09-12
cont.c (fiber_memsize): do not rely on ROOT_FIBER_CONTEXT
normal
2018-09-12
cont.c (ec_set_vm_stack): avoid needless casting
normal
2018-09-12
share VM stack between threads and fibers if identical in size
normal
2018-08-30
cont.c (rb_fiber_atfork): th->root_fiber may not exist
normal
2018-08-29
cont.c: set th->root_fiber to current fiber at fork
normal
2018-08-29
cont.c (rb_context_t): remove ensure_list
normal
2018-08-22
Avoid compiler depend error
kazu
2018-08-21
cont.c: fix syntax error
nobu
2018-08-21
cont.c: replace "GetFooPtr" macros with "foo_ptr" functions
normal
2018-08-20
cont.c (struct rb_fiber_struct): bitfields for trasnferred and status
normal
2018-07-30
reduce copy & paste
shyouhei
2018-07-26
cont.c (ec_switch): prevent delayed/missed trap interrupt race
normal
2018-07-03
adjust indent [ci skip]
nobu
2018-07-03
cont.c: handle errors for getcontext()
nobu
2018-06-23
mjit.c: unify the variable name with method name
k0kubun
2018-05-08
fix type mismatch.
ko1
2018-05-08
cont.c: host out context setup
nobu
2018-05-07
cont.c: wrapper function
nobu
2018-05-07
cont.c: refined error message
nobu
2018-05-07
cont.c: machine stack cache condition
nobu
2018-05-01
cont.c: cleanup needless cast
normal
2018-04-04
refactoring r63073.
ko1
2018-04-03
Fix Fiber with Thread issue on Windows [Bug #14642]
ko1
2018-02-04
mjit.c: merge MJIT infrastructure
k0kubun
2018-01-30
ia64: update ia64-specific code to use execution context
hsbt
2018-01-02
explicit cast to void* required for %p
shyouhei
2018-01-02
suppress warning for clang
shyouhei
2017-12-28
`$SAFE` as a process global state. [Feature #14250]
ko1
2017-12-25
cont.c: fix comment to follow field name change
k0kubun
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
[next]