[Issue 7157] Optimiser is O(n^2) w.r.t. function length
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Dec 22 05:34:12 PST 2016
https://issues.dlang.org/show_bug.cgi?id=7157
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #12 from Walter Bright <bugzilla at digitalmars.com> ---
There is some quadratic behavior in the function bodies of `updaterd` and
`accumaecpx` (look for the loops). They can both be fixed.
--
More information about the Digitalmars-d-bugs
mailing list