[dmd-internals] [D-Programming-Language/dmd] 4c0c80: fix Issue 15296 - cannot inline simple function th...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Nov 21 07:20:43 PST 2015
Branch: refs/heads/stable
Home: https://github.com/D-Programming-Language/dmd
Commit: 4c0c8088d34aca637aef07122ec8a26ce1244fe3
https://github.com/D-Programming-Language/dmd/commit/4c0c8088d34aca637aef07122ec8a26ce1244fe3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M src/inline.d
M test/runnable/inline.d
Log Message:
-----------
fix Issue 15296 - cannot inline simple function that calls use non-inlinable statements
Add workaround to do inlining same with the old code.
Commit: 6a407df2384446cb14eea854860e391c5db59377
https://github.com/D-Programming-Language/dmd/commit/6a407df2384446cb14eea854860e391c5db59377
Author: Martin Nowak <code at dawg.eu>
Date: 2015-11-21 (Sat, 21 Nov 2015)
Changed paths:
M src/inline.d
M test/runnable/inline.d
Log Message:
-----------
Merge pull request #5277 from 9rnsr/fix15296
[REG2.069] Issue 15296 - cannot inline simple function that calls use non-inlinable statements
Compare: https://github.com/D-Programming-Language/dmd/compare/dff37b9526d1...6a407df23844
More information about the dmd-internals
mailing list