ruby--ruby/coroutine/win32
Samuel Williams 001f187ed6
Make fiber_pool more conservative on platforms with limited address space.
We use COROUTINE_LIMITED_ADDRESS_SPACE to select platforms where address
space is 32-bits or less. Fiber pool implementation enables more book
keeping, and reduces upper limits, in order to minimise address space
utilisation.
2019-07-18 20:54:55 +12:00
..
Context.S Add coroutine context switch for i386-mingw32 2019-07-07 21:33:47 +12:00
Context.asm Fix for coroutine/win32/Context.obj 2018-11-28 01:04:39 +00:00
Context.h Make fiber_pool more conservative on platforms with limited address space. 2019-07-18 20:54:55 +12:00