Re: LDC: Speed up incremental builds with object file caching

2016-09-19 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 18 September 2016 at 09:10:41 UTC, Johan Engelen wrote: I think LDC has the same problems (template instances are emitted in the first module not the one that needed the instantiation?). Knowing this, you may be able to set up a case where things break, but I think it would have to i

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 09/18/2016 11:31 AM, Chris Wright wrote: On Sun, 18 Sep 2016 11:25:51 -0400, Andrei Alexandrescu wrote: Best timed announcement: Monday at 9 AM EST (noon Pacific Time). You mean 6am Pacific? Or has the sun reversed directions without me realizing it? Sorry, 6 am Pacific. -- Andrei

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Chris Wright via Digitalmars-d-announce
On Sun, 18 Sep 2016 11:25:51 -0400, Andrei Alexandrescu wrote: > Best timed announcement: Monday at 9 AM EST (noon Pacific Time). You mean 6am Pacific? Or has the sun reversed directions without me realizing it?

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 09/17/2016 08:16 PM, Mike Parker wrote: On Saturday, 17 September 2016 at 18:46:26 UTC, Johan Engelen wrote: I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Thanks in advance for letting me know about any bugs you find, in t

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Nordlöw via Digitalmars-d-announce
On Saturday, 17 September 2016 at 18:46:26 UTC, Johan Engelen wrote: I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Great innovative work! One thing: I'm missing an option for only doing time-stamp checking of the dependencie

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-09-18 11:10, Johan Engelen wrote: I think LDC has the same problems (template instances are emitted in the first module not the one that needed the instantiation?). I thought that LDC did not have that problem, or there was a flag change the behavior. -- /Jacob Carlborg

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Johan Engelen via Digitalmars-d-announce
On Sunday, 18 September 2016 at 12:15:12 UTC, Daniel Kozak wrote: But on my android phone it is OK. So maybe I should bought some 2k or 4k monitor ;) Definitely one of the best upgrades I ever did (4k monitor). Warning: there's no way back.

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Daniel Kozak via Digitalmars-d-announce
On Sunday, 18 September 2016 at 10:21:41 UTC, Daniel Kozak wrote: Dne 18.9.2016 v 10:07 Johan Engelen via Digitalmars-d-announce napsal(a): On Saturday, 17 September 2016 at 19:17:44 UTC, Daniel Kozak wrote: Nice article, however font on this site is too small to read, I have to zoom in :(

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Daniel Kozak via Digitalmars-d-announce
Dne 18.9.2016 v 10:07 Johan Engelen via Digitalmars-d-announce napsal(a): On Saturday, 17 September 2016 at 19:17:44 UTC, Daniel Kozak wrote: Nice article, however font on this site is too small to read, I have to zoom in :( Do more people have this problem? For me, the font size is similar

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Johan Engelen via Digitalmars-d-announce
On Sunday, 18 September 2016 at 08:14:47 UTC, Martin Nowak wrote: Interesting approach to speed up compilation without running into dmd's problems of template instance emission when compiling multiple modules to multiple objects. I think LDC has the same problems (template instances are emit

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 17 September 2016 at 18:46:26 UTC, Johan Engelen wrote: I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Thanks in advance for letting me know about any bugs you find, in the text or in the code :) Interesting appr

Re: LDC: Speed up incremental builds with object file caching

2016-09-18 Thread Johan Engelen via Digitalmars-d-announce
On Saturday, 17 September 2016 at 19:17:44 UTC, Daniel Kozak wrote: Nice article, however font on this site is too small to read, I have to zoom in :( Do more people have this problem? For me, the font size is similar to, say, Github.

Re: LDC: Speed up incremental builds with object file caching

2016-09-17 Thread Mike Parker via Digitalmars-d-announce
On Saturday, 17 September 2016 at 18:46:26 UTC, Johan Engelen wrote: I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Thanks in advance for letting me know about any bugs you find, in the text or in the code :) -Johan Reddit:

Re: LDC: Speed up incremental builds with object file caching

2016-09-17 Thread Daniel Kozak via Digitalmars-d-announce
Dne 17.9.2016 v 20:46 Johan Engelen via Digitalmars-d-announce napsal(a): I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Thanks in advance for letting me know about any bugs you find, in the text or in the code :) -Johan

LDC: Speed up incremental builds with object file caching

2016-09-17 Thread Johan Engelen via Digitalmars-d-announce
I just finished another post about LDC: https://johanengelen.github.io/ldc/2016/09/17/LDC-object-file-caching.html Thanks in advance for letting me know about any bugs you find, in the text or in the code :) -Johan