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
2019-09-05
Add VM_NO_KEYWORDS
Jeremy Evans
2019-09-05
Propagate kw_splat information
Yusuke Endoh
2019-08-27
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-19
cont.c: remove unused STACK_GROW_DIR_DETECTION
Yusuke Endoh
2019-08-17
Use more different arguments in Fiber.yield documentation to make it clear (#...
Iain Barnett
2019-08-12
Rename rb_gc_mark_no_pin -> rb_gc_mark_movable
Aaron Patterson
2019-08-13
Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2019-07-29
Fix unused variable
Kazuhiro NISHIYAMA
2019-07-25
Use PRIuSIZE instead of "%zu"
Nobuyoshi Nakada
2019-07-19
Add documentation to `fiber_pool_allocate_memory`.
Samuel Williams
2019-07-19
Fix 32-bit build and typo.
Samuel Williams
2019-07-19
Ensure that madvise does not clobber vacancy data.
Samuel Williams
2019-07-19
Better usage of `rb_ec_clear_vm_stack` to maintain invariants.
Samuel Williams
2019-07-19
Improve ec assertions.
Samuel Williams
2019-07-19
initialize only Fiber's cfp.
Koichi Sasada
2019-07-19
Revert "Ensure cfp is initialized to NULL."
Samuel Williams
2019-07-19
Ensure cfp is initialized to NULL.
Samuel Williams
2019-07-19
Remove `rb_vm_push_frame` as it is no longer used.
Samuel Williams
2019-07-19
Adjust styles and indents
Nobuyoshi Nakada
2019-07-18
check saved_ec.cfp
Koichi Sasada
2019-07-19
Ensure we don't have dangling cfp.
Samuel Williams
2019-07-18
* remove trailing spaces.
git
2019-07-18
Improve `fiber_pool_expand` allocation strategy.
Samuel Williams
2019-07-18
Add experimental `RUBY_SHARED_FIBER_POOL_FREE_STACKS` to control madvise.
Samuel Williams
2019-07-18
Make fiber_pool more conservative on platforms with limited address space.
Samuel Williams
2019-07-18
Add `struct fiber_pool {int free_stacks;}` to control usage of madvise.
Samuel Williams
2019-07-18
Add FIBER_POOL_ALLOCATION_FREE to control allocation/free strategy.
Samuel Williams
2019-07-18
Limit expansion of fiber pool on 32-bit platforms.
Samuel Williams
2019-07-18
Enable `madvise` to release stack space back to OS.
Samuel Williams
2019-07-18
Improve build process and coroutine implementation selection.
Samuel Williams
2019-07-18
Stack copying implementation of coroutines.
Samuel Williams
2019-07-18
Implement fiber pool for reduced fiber allocation overhead.
Samuel Williams
2019-07-18
Make FIBER_USE_NATIVE the default and reformat code.
Samuel Williams
2019-07-08
* expand tabs.
git
2019-07-08
Fix indent
Nobuyoshi Nakada
2019-07-08
Renamed fib to fiber
Nobuyoshi Nakada
2019-06-26
Use native coroutine implementation on OpenBSD-amd64
Jeremy Evans
2019-06-26
Add `ucontext` coroutine implementation for generic fallback.
Samuel Williams
2019-06-24
* remove trailing spaces.
git
2019-06-24
Print warning if not using native coroutine.
Samuel Williams
2019-06-20
Transition root fiber into state FIBER_TERMINATED.
Samuel Williams
2019-06-20
Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.
Samuel Williams
2019-06-20
Revert failed attempt at fixing invalid usage of vm_stack.
Samuel Williams
2019-06-20
Ensure `vm_stack` is cleared after fork.
Samuel Williams
2019-06-20
Set `cfp` to null (along with vm_stack) in `rb_fiber_close`.
Samuel Williams
2019-06-19
Adjust indent
Nobuyoshi Nakada
2019-06-19
Remove IA64 support.
Samuel Williams
2019-06-19
Use shared implementation of `rb_ec_initialize_vm_stack`.
Samuel Williams
2019-06-19
Track how stack was allocated for `cont_free`.
Samuel Williams
[next]