Thread overview
[Issue 2396] -O causes very long execution time on foreach loop of large array of structs
Nov 29, 2014
yebblies
May 22, 2015
Walter Bright
Dec 22, 2016
Jack Stouffer
May 23, 2019
Mike Franklin
Sep 09, 2019
RazvanN
November 29, 2014
https://issues.dlang.org/show_bug.cgi?id=2396

yebblies <yebblies@gmail.com> changed:

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

--- Comment #9 from yebblies <yebblies@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2767 contains workarounds for this.

--
May 22, 2015
https://issues.dlang.org/show_bug.cgi?id=2396

--- Comment #10 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/D-Programming-Language/druntime/pull/1275

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

--- Comment #11 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/a065244aed56693b5297241b87232f11571554a3 workaround Issue 2396 - O(N^2) backend optimizations

https://github.com/D-Programming-Language/druntime/commit/baface5e6b9d32cc42390774a2389d42f490fcba Merge pull request #1275 from MartinNowak/workaround2396

workaround Issue 2396 - O(N^2) backend optimizations

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=2396

--- Comment #12 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/a065244aed56693b5297241b87232f11571554a3 workaround Issue 2396 - O(N^2) backend optimizations

https://github.com/D-Programming-Language/druntime/commit/baface5e6b9d32cc42390774a2389d42f490fcba Merge pull request #1275 from MartinNowak/workaround2396

--
December 22, 2016
https://issues.dlang.org/show_bug.cgi?id=2396

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |performance
                 CC|                            |jack@jackstouffer.com

--
May 23, 2019
https://issues.dlang.org/show_bug.cgi?id=2396

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #13 from Mike Franklin <slavo5150@yahoo.com> ---
Can this be closed?

--
September 09, 2019
https://issues.dlang.org/show_bug.cgi?id=2396

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--