Re: Anybody know of a large D project for me to time builds on?

2015-06-03 Thread Jacob Carlborg via Digitalmars-d
On 2015-06-02 23:00, Atila Neves wrote: Largest I've found so far is Phobos (90k SLOC according to dscanner), which I have to write a build description for. I really want to get some memory and speed stats and compare the current state of affairs with using Ninja on it. _Especially_ when it

Re: Anybody know of a large D project for me to time builds on?

2015-06-03 Thread Jacob Carlborg via Digitalmars-d
On 2015-06-03 09:53, Jacob Carlborg wrote: Both Tango [1] and DWT [2] are large projects. They are mostly using D1 features, not so much templates and similar stuff. It could be interesting as well. [1] https://github.com/SiegeLord/Tango-D2 [2] https://github.com/d-widget-toolkit/dwt Number

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread weaselcat via Digitalmars-d
On Tuesday, 2 June 2015 at 21:00:47 UTC, Atila Neves wrote: Largest I've found so far is Phobos (90k SLOC according to dscanner), which I have to write a build description for. I really want to get some memory and speed stats and compare the current state of affairs with using Ninja on it.

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread Dicebot via Digitalmars-d
DDMD output was 100+ KLOC afair

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread deadalnix via Digitalmars-d
On Tuesday, 2 June 2015 at 21:00:47 UTC, Atila Neves wrote: Largest I've found so far is Phobos (90k SLOC according to dscanner), which I have to write a build description for. I really want to get some memory and speed stats and compare the current state of affairs with using Ninja on it.

Anybody know of a large D project for me to time builds on?

2015-06-02 Thread Atila Neves via Digitalmars-d
Largest I've found so far is Phobos (90k SLOC according to dscanner), which I have to write a build description for. I really want to get some memory and speed stats and compare the current state of affairs with using Ninja on it. _Especially_ when it comes to change-on-file builds. Atila

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread ketmar via Digitalmars-d
On Tue, 02 Jun 2015 21:00:46 +, Atila Neves wrote: Largest I've found so far is Phobos (90k SLOC according to dscanner), which I have to write a build description for. I really want to get some memory and speed stats and compare the current state of affairs with using Ninja on it.

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread deadalnix via Digitalmars-d
On Tuesday, 2 June 2015 at 23:08:37 UTC, Andrei Alexandrescu wrote: I have to salute the DMD team for that, as bot so long ago, it required more than a minute and 3Gb of RAM. It is very easy and fast to build now. Was that bad in both per-package and per-module compilation, or only

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread Andrei Alexandrescu via Digitalmars-d
On 6/2/15 2:05 PM, deadalnix wrote: On Tuesday, 2 June 2015 at 21:00:47 UTC, Atila Neves wrote: Largest I've found so far is Phobos (90k SLOC according to dscanner), which I have to write a build description for. I really want to get some memory and speed stats and compare the current state of

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread deadalnix via Digitalmars-d
On Tuesday, 2 June 2015 at 21:29:19 UTC, Andrei Alexandrescu wrote: BTW how long does a cold build of sdc take? -- Andrei What do you mean by cold build ? After make clean, without parallelism, on SSD on a Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz, about 10s for the par package build, and

Re: Anybody know of a large D project for me to time builds on?

2015-06-02 Thread Andrei Alexandrescu via Digitalmars-d
On 6/2/15 3:55 PM, deadalnix wrote: On Tuesday, 2 June 2015 at 21:29:19 UTC, Andrei Alexandrescu wrote: BTW how long does a cold build of sdc take? -- Andrei What do you mean by cold build ? After make clean, without parallelism, on SSD on a Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz, about