index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coroutine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add assertions to `coroutine_initialize_main`.
Samuel Williams
2019-07-19
1
-2
/
+3
*
Split assertions to check which one fails.
Samuel Williams
2019-07-19
1
-1
/
+3
*
Make fiber_pool more conservative on platforms with limited address space.
Samuel Williams
2019-07-18
5
-0
/
+11
*
Stack copying implementation of coroutines.
Samuel Williams
2019-07-18
2
-0
/
+220
*
Add coroutine context switch for i386-mingw32
Lars Kanis
2019-07-07
1
-0
/
+47
*
Restore updated implementation of arm32 coroutine code, but prefer ucontext.
Samuel Williams
2019-06-26
2
-4
/
+12
*
Revert "coroutine/arm32/Context.S: save/restore the registers via stack"
Yusuke Endoh
2019-06-26
2
-5
/
+4
*
Add `ucontext` coroutine implementation for generic fallback.
Samuel Williams
2019-06-26
10
-164
/
+199
*
coroutine/arm32/Context.S: save/restore the registers via stack
Yusuke Endoh
2019-06-26
2
-4
/
+5
*
Revert 518adcca0a and dbe232e24e
Yusuke Endoh
2019-06-25
1
-6
/
+2
*
Order of arguments might be incorrect in arm32 coroutine implementation.
Samuel Williams
2019-06-25
1
-2
/
+6
*
Make COROUTINE_XMM_REGISTERS compile-time only too
Nobuyoshi Nakada
2019-05-17
1
-2
/
+4
*
Remove unused symbols
Nobuyoshi Nakada
2019-05-16
2
-11
/
+10
*
Make COROUTINE_REGISTERS compile-time only not to be a global symbol
Nobuyoshi Nakada
2019-05-16
7
-8
/
+10
*
Ensure x86 stack is fortified, fixed #15335.
samuel
2018-12-11
1
-0
/
+4
*
Native coroutine implementation for ppc64le Linux
odaira
2018-12-10
2
-0
/
+126
*
Fix for coroutine/win32/Context.obj
nobu
2018-11-28
1
-0
/
+1
*
Ensure stack is correctly protected
samuel
2018-11-24
1
-0
/
+4
*
Change Makefile rule for assembly to use .S rather than .s
samuel
2018-11-24
5
-0
/
+0
*
Fix argument order.
samuel
2018-11-24
1
-17
/
+17
*
Fix indentation.
samuel
2018-11-20
6
-111
/
+111
*
GAS style assembly for win64 (mingw).
samuel
2018-11-20
2
-3
/
+79
*
Fix struct usage.
samuel
2018-11-20
2
-4
/
+4
*
Fix line endings.
samuel
2018-11-20
1
-1
/
+1
*
Initial support for x64-mingw32
samuel
2018-11-20
4
-18
/
+55
*
Better (?) support for Windows TIB.
samuel
2018-11-20
4
-17
/
+40
*
* expand tabs.
svn
2018-11-20
1
-4
/
+4
*
Prefer "static inline" to avoid duplicate symbols.
samuel
2018-11-20
6
-16
/
+16
*
Remove trailing whitespace.
samuel
2018-11-20
1
-1
/
+1
*
Formatting changes.
samuel
2018-11-20
7
-12
/
+14
*
Ensure start function has correct declaration.
samuel
2018-11-20
6
-6
/
+6
*
Mark COROUTINE as noreturn.
samuel
2018-11-20
5
-5
/
+5
*
Tidy up comments.
samuel
2018-11-20
12
-64
/
+42
*
* expand tabs.
svn
2018-11-20
1
-17
/
+17
*
Initial effort to support 32-bit Linux.
samuel
2018-11-20
2
-0
/
+100
*
Restore return value assignment
samuel
2018-11-20
1
-1
/
+1
*
Native implementation of coroutines to improve performance of fibers
samuel
2018-11-20
10
-0
/
+513