[D-runtime] [D-Programming-Language/druntime] 74506d: Fix Fiber size calculation for ucontext_t systems.
GitHub
noreply at github.com
Sun Oct 6 08:08:25 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 74506d433a174f5ecc89ec268426c809aed25ba8
https://github.com/D-Programming-Language/druntime/commit/74506d433a174f5ecc89ec268426c809aed25ba8
Author: David Nadlinger <code at klickverbot.at>
Date: 2013-10-05 (Sat, 05 Oct 2013)
Changed paths:
M src/core/thread.d
M src/core/thread.di
Log Message:
-----------
Fix Fiber size calculation for ucontext_t systems.
This case is notably hit on (32 bit) ARM, where ucontext_t is
8 byte aligned.
Commit: 4fd10fc9602c3a5e36bc2678939563c4a3dd4bcb
https://github.com/D-Programming-Language/druntime/commit/4fd10fc9602c3a5e36bc2678939563c4a3dd4bcb
Author: Alex Rønne Petersen <alex at lycus.org>
Date: 2013-10-06 (Sun, 06 Oct 2013)
Changed paths:
M src/core/thread.d
M src/core/thread.di
Log Message:
-----------
Merge pull request #628 from klickverbot/fiber-ucontext-size
Fix Fiber size calculation for ucontext_t systems.
Compare: https://github.com/D-Programming-Language/druntime/compare/431efad75691...4fd10fc9602c
More information about the D-runtime
mailing list