aboutsummaryrefslogtreecommitdiffstats
path: root/cont.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Restore native non-coroutine code path.samuel2018-11-201-2/+11
* It cannot be const because it is being passed to destructive operation (destr...samuel2018-11-201-1/+1
* Better support for amd64 platformssamuel2018-11-201-3/+3
* Native implementation of coroutines to improve performance of fiberssamuel2018-11-201-16/+63
* Prefix rb_ec_set_vm_stacknobu2018-11-161-4/+4
* suppress integer overflow warningsshyouhei2018-11-131-6/+6
* cont.c: direct use of rb_thread_tshyouhei2018-11-061-3/+1
* fiber: fix crash on GC after forkingnormal2018-09-121-16/+13
* cont.c (fiber_memsize): do not rely on ROOT_FIBER_CONTEXTnormal2018-09-121-5/+8
* cont.c (ec_set_vm_stack): avoid needless castingnormal2018-09-121-2/+2
* share VM stack between threads and fibers if identical in sizenormal2018-09-121-10/+20
* cont.c (rb_fiber_atfork): th->root_fiber may not existnormal2018-08-301-4/+6
* cont.c: set th->root_fiber to current fiber at forknormal2018-08-291-0/+12
* cont.c (rb_context_t): remove ensure_listnormal2018-08-291-1/+0
* Avoid compiler depend errorkazu2018-08-221-1/+1
* cont.c: fix syntax errornobu2018-08-211-1/+1
* cont.c: replace "GetFooPtr" macros with "foo_ptr" functionsnormal2018-08-211-20/+25