Thread overview
[Issue 4034] pure function calls returning a double do not seem to be optimized away
[Issue 4034] double-double functions seem to not pure-optimize
Jul 03, 2017
Vladimir Panteleev
May 17, 2018
Dmitry Olshansky
Sep 04, 2021
Dennis
Dec 17, 2022
Iain Buclaw
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=4034

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|future                      |D2

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

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86                         |All
                 OS|Windows                     |All

--
May 17, 2018
https://issues.dlang.org/show_bug.cgi?id=4034

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh@gmail.com
            Summary|double-double functions     |pure function calls
                   |seem to not pure-optimize   |returning a double do not
                   |                            |seem to be optimized away

--
September 04, 2021
https://issues.dlang.org/show_bug.cgi?id=4034

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl

--- Comment #1 from Dennis <dkorpel@live.nl> ---
I don't think this is about returning double, but about `msin` not being `nothrow`.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=4034

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--