aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
...
* check saved_ec.cfpKoichi Sasada2019-07-181-1/+3
* Ensure we don't have dangling cfp.Samuel Williams2019-07-191-0/+1
* * remove trailing spaces.git2019-07-181-1/+1
* Improve `fiber_pool_expand` allocation strategy.Samuel Williams2019-07-181-23/+47
* Add experimental `RUBY_SHARED_FIBER_POOL_FREE_STACKS` to control madvise.Samuel Williams2019-07-181-0/+5
* Make fiber_pool more conservative on platforms with limited address space.Samuel Williams2019-07-181-12/+12
* Add `struct fiber_pool {int free_stacks;}` to control usage of madvise.Samuel Williams2019-07-181-1/+10
* Add FIBER_POOL_ALLOCATION_FREE to control allocation/free strategy.Samuel Williams2019-07-181-8/+43
* Limit expansion of fiber pool on 32-bit platforms.Samuel Williams2019-07-181-46/+150
* Enable `madvise` to release stack space back to OS.Samuel Williams2019-07-181-98/+142
* Improve build process and coroutine implementation selection.Samuel Williams2019-07-181-6/+1
* Stack copying implementation of coroutines.Samuel Williams2019-07-181-2/+23
* Implement fiber pool for reduced fiber allocation overhead.Samuel Williams2019-07-181-192/+508
* Make FIBER_USE_NATIVE the default and reformat code.Samuel Williams2019-07-181-518/+252
* * expand tabs.git2019-07-081-35/+35
* Fix indentNobuyoshi Nakada2019-07-081-4/+4
* Renamed fib to fiberNobuyoshi Nakada2019-07-081-244/+244
* Use native coroutine implementation on OpenBSD-amd64Jeremy Evans2019-06-261-1/+0
* Add `ucontext` coroutine implementation for generic fallback.Samuel Williams2019-06-261-4/+4
* * remove trailing spaces.git2019-06-241-1/+1
* Print warning if not using native coroutine.Samuel Williams2019-06-241-0/+2
* Transition root fiber into state FIBER_TERMINATED.Samuel Williams2019-06-201-0/+11
* Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.Samuel Williams2019-06-201-9/+2
* Revert failed attempt at fixing invalid usage of vm_stack.Samuel Williams2019-06-201-2/+9
* Ensure `vm_stack` is cleared after fork.Samuel Williams2019-06-201-10/+2
* Set `cfp` to null (along with vm_stack) in `rb_fiber_close`.Samuel Williams2019-06-201-0/+1
* Adjust indentNobuyoshi Nakada2019-06-191-1/+1
* Remove IA64 support.Samuel Williams2019-06-191-92/+1
* Use shared implementation of `rb_ec_initialize_vm_stack`.Samuel Williams2019-06-191-13/+1
* Track how stack was allocated for `cont_free`.Samuel Williams2019-06-191-8/+21
* Better handling of root fiber.Samuel Williams2019-06-191-4/+3
* * expand tabs.git2019-06-121-3/+3
* Add compaction support for more types.Aaron Patterson2019-06-111-5/+37
* ia64: Don't clear register_stack_startJames Clarke2019-04-271-1/+0
* [DOC] fix markups [ci skip]nobu2019-03-221-25/+24
* Fix styles [ci skip]nobu2019-01-091-2/+4
* Fix #endif annotation.samuel2018-12-281-1/+1
* Don't allow rb_fiber_resume to raise exception on unborn fiber.samuel2018-12-281-0/+5
* Implement Fiber#raise. Fixes #10344.samuel2018-12-281-0/+29
* Avoid GCing dead stack after switching away from a fibersamuel2018-12-011-0/+1
* Give up support for cross-callcc set_trace_func.ko12018-11-261-1/+4
* Support targetting TracePoint [Feature #15289]ko12018-11-261-9/+0
* Use VirtualAlloc/VirtualProtect/VirtualFree for windows stack allocation.samuel2018-11-221-53/+63
* Fix conditionnobu2018-11-201-2/+2
* Make fiber_entry staticnobu2018-11-201-1/+2
* Fix windows builds.samuel2018-11-201-0/+2
* Expose stack functions to coroutine and non-windows implementations.samuel2018-11-201-12/+16
* Fix exposure of stack allocations.samuel2018-11-201-2/+3
* Use malloc/free for windows stack allocation.samuel2018-11-201-11/+20
* Remove trailing whitespace.samuel2018-11-201-2/+2