Thread overview
[Issue 15745] Inline Assembly stomped on by Profiling
Mar 02, 2016
Matthew Dudley
Jul 07, 2017
Marco Leise
Aug 23, 2020
Walter Bright
Aug 23, 2020
Dlang Bot
Aug 24, 2020
Dlang Bot
March 02, 2016
https://issues.dlang.org/show_bug.cgi?id=15745

--- Comment #1 from Matthew Dudley <pontifechs@gmail.com> ---
DMD 2.070 on Arch Linux for reference.

--
July 07, 2017
https://issues.dlang.org/show_bug.cgi?id=15745

Marco Leise <Marco.Leise@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |iasm
                 CC|                            |Marco.Leise@gmx.de

--
August 23, 2020
https://issues.dlang.org/show_bug.cgi?id=15745

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@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.

--
August 23, 2020
https://issues.dlang.org/show_bug.cgi?id=15745

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11608 "fix Issue 15745 - Inline Assembly stomped on by Profiling" fixing this issue:

- fix Issue 15745 - Inline Assembly stomped on by Profiling

https://github.com/dlang/dmd/pull/11608

--
August 24, 2020
https://issues.dlang.org/show_bug.cgi?id=15745

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11608 "fix Issue 15745 - Inline Assembly stomped on by Profiling" was merged into master:

- c557bcbcb2b52cd3faaa4bb698c0a3b0a9fdffe8 by Walter Bright:
  fix Issue 15745 - Inline Assembly stomped on by Profiling

https://github.com/dlang/dmd/pull/11608

--