www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 7954] New: x86_64 Windows fibers do not save nonvolatile XMM registers

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7954

           Summary: x86_64 Windows fibers do not save nonvolatile XMM
                    registers
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: j.patrick.ernst gmail.com



16:38:15 PDT ---
According to MSDN (http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx), the
XMM6-XMM15 registers are nonvolatile on x64 Windows. The current implementation
of core.thread.Fiber for this platform does not preserve them.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 20 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=7954


Manu <turkeyman gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |turkeyman gmail.com




 According to MSDN (http://msdn.microsoft.com/en-us/library/9z1stfyw.aspx), the
 XMM6-XMM15 registers are nonvolatile on x64 Windows. The current implementation
 of core.thread.Fiber for this platform does not preserve them.
Are you using the unreleased DMD-win64 (2.061)? I'm finding it just crashes and doesn't work at all. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Nov 14 2012