Thread overview
[Issue 10985] Compiler doesn't attempt to inline non-templated functions from libraries (even having the full source)
Jul 27, 2014
Walter Bright
May 17, 2014
https://issues.dlang.org/show_bug.cgi?id=10985

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
May 17, 2014
https://issues.dlang.org/show_bug.cgi?id=10985

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

https://github.com/D-Programming-Language/dmd/commit/9cf4601702e24250dff3a61b510bae30a12eb8ae
fix Issue 10985 - Compiler doesn't attempt to inline non-templated functions
from libraries (even having the full source)

https://github.com/D-Programming-Language/dmd/commit/c2794ce23737cc4936762a08be7ccfd9e40e025d Merge pull request #2561 from 9rnsr/fix10985

Issue 10985 - Compiler doesn't attempt to inline non-templated functions from libraries (even having the full source)

--
July 27, 2014
https://issues.dlang.org/show_bug.cgi?id=10985

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=13193

--