Thread overview
[Issue 17590] Unnecessary GC alloc on returning static local struct
July 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17590

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

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

--- Comment #1 from johanengelen@weka.io ---
https://github.com/dlang/dmd/pull/6963

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

Tomer Filiba (weka) <tomer@weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomer@weka.io

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

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/9940f4ce5e82f783b3c41c260c32b56b11e37f8a Fix Issue 17590 - Unnecessary GC alloc on returning static local struct

https://github.com/dlang/dmd/commit/c3c8a71e085c16d56a359d5007590e4737292ee4 Merge pull request #6963 from JohanEngelen/closurenonstatic

Fix Issue 17590 - Unnecessary GC alloc on returning static local struct merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>

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

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/9940f4ce5e82f783b3c41c260c32b56b11e37f8a Fix Issue 17590 - Unnecessary GC alloc on returning static local struct

https://github.com/dlang/dmd/commit/c3c8a71e085c16d56a359d5007590e4737292ee4 Merge pull request #6963 from JohanEngelen/closurenonstatic

--
August 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17590

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/9940f4ce5e82f783b3c41c260c32b56b11e37f8a Fix Issue 17590 - Unnecessary GC alloc on returning static local struct

https://github.com/dlang/dmd/commit/c3c8a71e085c16d56a359d5007590e4737292ee4 Merge pull request #6963 from JohanEngelen/closurenonstatic

--