Thread overview
[Issue 3713] Tail call optimization not enabled with the ?: operator
Aug 31, 2014
yebblies
Aug 29, 2020
Walter Bright
Sep 13, 2020
Dlang Bot
Sep 13, 2020
Walter Bright
Sep 13, 2020
Dlang Bot
August 31, 2014
https://issues.dlang.org/show_bug.cgi?id=3713

yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|yebblies@gmail.com          |nobody@puremagic.com

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=3713

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D2

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

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
September 13, 2020
https://issues.dlang.org/show_bug.cgi?id=3713

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #11725 "fix Issue 3713 - Tail call optimization not enabled with the ?: operator" fixing this issue:

- fix Issue 3713 - Tail call optimization not enabled with the ?: operator

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

--
September 13, 2020
https://issues.dlang.org/show_bug.cgi?id=3713

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |performance

--
September 13, 2020
https://issues.dlang.org/show_bug.cgi?id=3713

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11725 "fix Issue 3713 - Tail call optimization not enabled with the ?: operator" was merged into master:

- fc88c8befa53870256fbe8f2abbba3c397469323 by Walter Bright:
  fix Issue 3713 - Tail call optimization not enabled with the ?: operator

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

--