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
/
coroutine
Age
Commit message (
Expand
)
Author
2019-07-19
Add assertions to `coroutine_initialize_main`.
Samuel Williams
2019-07-19
Split assertions to check which one fails.
Samuel Williams
2019-07-18
Make fiber_pool more conservative on platforms with limited address space.
Samuel Williams
2019-07-18
Stack copying implementation of coroutines.
Samuel Williams
2019-07-07
Add coroutine context switch for i386-mingw32
Lars Kanis
2019-06-26
Restore updated implementation of arm32 coroutine code, but prefer ucontext.
Samuel Williams
2019-06-26
Revert "coroutine/arm32/Context.S: save/restore the registers via stack"
Yusuke Endoh
2019-06-26
Add `ucontext` coroutine implementation for generic fallback.
Samuel Williams
2019-06-26
coroutine/arm32/Context.S: save/restore the registers via stack
Yusuke Endoh
2019-06-25
Revert 518adcca0a and dbe232e24e
Yusuke Endoh
2019-06-25
Order of arguments might be incorrect in arm32 coroutine implementation.
Samuel Williams
2019-05-17
Make COROUTINE_XMM_REGISTERS compile-time only too
Nobuyoshi Nakada
2019-05-16
Remove unused symbols
Nobuyoshi Nakada
2019-05-16
Make COROUTINE_REGISTERS compile-time only not to be a global symbol
Nobuyoshi Nakada
2018-12-11
Ensure x86 stack is fortified, fixed #15335.
samuel
2018-12-10
Native coroutine implementation for ppc64le Linux
odaira
2018-11-28
Fix for coroutine/win32/Context.obj
nobu
2018-11-24
Ensure stack is correctly protected
samuel
2018-11-24
Change Makefile rule for assembly to use .S rather than .s
samuel
2018-11-24
Fix argument order.
samuel
2018-11-20
Fix indentation.
samuel
2018-11-20
GAS style assembly for win64 (mingw).
samuel
2018-11-20
Fix struct usage.
samuel
2018-11-20
Fix line endings.
samuel
2018-11-20
Initial support for x64-mingw32
samuel
2018-11-20
Better (?) support for Windows TIB.
samuel
2018-11-20
* expand tabs.
svn
2018-11-20
Prefer "static inline" to avoid duplicate symbols.
samuel
2018-11-20
Remove trailing whitespace.
samuel
2018-11-20
Formatting changes.
samuel
2018-11-20
Ensure start function has correct declaration.
samuel
2018-11-20
Mark COROUTINE as noreturn.
samuel
2018-11-20
Tidy up comments.
samuel
2018-11-20
* expand tabs.
svn
2018-11-20
Initial effort to support 32-bit Linux.
samuel
2018-11-20
Restore return value assignment
samuel
2018-11-20
Native implementation of coroutines to improve performance of fibers
samuel