Thread overview
[Issue 19535] Enable GC in compiler
Jan 01, 2019
Neia Neutuladh
Jan 01, 2019
Seb
Jan 01, 2019
Neia Neutuladh
Jan 01, 2019
Neia Neutuladh
Apr 21, 2019
Rainer Schuetze
January 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19535

Neia Neutuladh <dhasenan@gmail.com> changed:

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

--
January 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19535

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from Seb <greeenify@gmail.com> ---
See also: https://github.com/dlang/dmd/pull/9048

It's an upstream from LDC. It's likely that LDC 1.14 will have this feature.

--
January 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19535

--- Comment #2 from Neia Neutuladh <dhasenan@gmail.com> ---
Thanks, Seb.

It looks like the crashes I'm seeing so far deal with the backend, so LDC might have an easier time of it.

--
January 01, 2019
https://issues.dlang.org/show_bug.cgi?id=19535

--- Comment #2 from Neia Neutuladh <dhasenan@gmail.com> ---
Thanks, Seb.

It looks like the crashes I'm seeing so far deal with the backend, so LDC might have an easier time of it.

--
April 21, 2019
https://issues.dlang.org/show_bug.cgi?id=19535

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |r.sagitario@gmx.de
         Resolution|---                         |FIXED

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
Implemented by https://github.com/dlang/dmd/pull/9048

--