[Issue 12800] Fibers are broken on Win64

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun May 25 07:54:08 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12800

Johannes Blume <jblume at jblume.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jblume at jblume.com

--- Comment #1 from Johannes Blume <jblume at jblume.com> ---
This should be fixed by
https://github.com/D-Programming-Language/druntime/pull/809 .

I didn't fix the related bug yet because the obvious solution of pushing all
the floating-point registers on the stack more than doubles the cost of a
context switch.

--


More information about the Digitalmars-d-bugs mailing list