Thread overview
[Issue 8156] Very slow compilation with string-imported file ~100 MiB
Mar 25, 2019
Jonathan Marler
Aug 12, 2020
Boris Carvajal
Aug 12, 2020
Dlang Bot
Nov 05, 2020
Dlang Bot
March 25, 2019
https://issues.dlang.org/show_bug.cgi?id=8156

Jonathan Marler <johnnymarler@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johnnymarler@gmail.com
           Severity|enhancement                 |critical

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

Boris Carvajal <boris2.9@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris2.9@gmail.com

--- Comment #3 from Boris Carvajal <boris2.9@gmail.com> ---
I've pushed two patches to resolve this old bug.

First part is here : https://github.com/dlang/dmd/pull/11554 I'll link the second to this issue.

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

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #11555 "Fix Issue 8156 - Optimize string comdats name generation (Windows)" fixing this issue:

- Fix Issue 8156 - Optimize string comdats name generation (Windows)

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

--
November 05, 2020
https://issues.dlang.org/show_bug.cgi?id=8156

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 #11555 "Fix Issue 8156 - Optimize string comdats name generation (Windows)" was merged into master:

- 3af440b76d36f2d6db561b184807f5132eeb929d by Boris Carvajal:
  Fix Issue 8156 - Optimize string comdats name generation (Windows)

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

--