digitalmars.D.announce - Link Time Optimization in LDC
- Johan Engelen (7/7) Nov 10 2016 Hi all,
- Dicebot (4/12) Nov 10 2016 Does that mean that cross-module/cross-package inlining with
- Johan Engelen (3/5) Nov 10 2016 When all is compiled with `-flto=...`, yes.
- Johan Engelen (4/8) Nov 10 2016 And the reddit thread:
Hi all, Yesterday I merged LTO capability into LDC. Here a short article about it: https://johanengelen.github.io/ldc/2016/11/10/Link-Time-Optimization-LDC.html For the folks building LDC themselves: let me know your issues :) cheers, Johan
Nov 10 2016
On Thursday, 10 November 2016 at 16:20:33 UTC, Johan Engelen wrote:Hi all, Yesterday I merged LTO capability into LDC. Here a short article about it: https://johanengelen.github.io/ldc/2016/11/10/Link-Time-Optimization-LDC.html For the folks building LDC themselves: let me know your issues :) cheers, JohanDoes that mean that cross-module/cross-package inlining with separate compilation now works?
Nov 10 2016
On Thursday, 10 November 2016 at 16:23:03 UTC, Dicebot wrote:Does that mean that cross-module/cross-package inlining with separate compilation now works?When all is compiled with `-flto=...`, yes. -Johan
Nov 10 2016
On Thursday, 10 November 2016 at 16:20:33 UTC, Johan Engelen wrote:Hi all, Yesterday I merged LTO capability into LDC. Here a short article about it: https://johanengelen.github.io/ldc/2016/11/10/Link-Time-Optimization-LDC.htmlAnd the reddit thread: https://www.reddit.com/r/programming/comments/5c8p58/link_time_optimization_cd_crosslanguage/
Nov 10 2016