[Issue 15745] Inline Assembly stomped on by Profiling
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Aug 23 10:04:14 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15745
Walter Bright <bugzilla at digitalmars.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com
--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
The trouble is the profiler inserts function calls to the profiler library code
in each function. This interferes with the register contents of RAX.
--
    
    
More information about the Digitalmars-d-bugs
mailing list