[dmd-internals] dmd commit, revision 663

Brad Roberts braddr at puremagic.com
Tue Sep 7 01:15:57 PDT 2010


On 9/7/2010 12:51 AM, Walter Bright wrote:
> 
> 
> Rainer Schuetze wrote:
>>
>> There are 3 test cases that take very long to execute: testaa, testhread2 and
>> testgc3. I have not even seen the latter finish before I got impatient and
>> killed the process. I'd say these actually do not test the compiler, but the
>> library, so maybe the pass counts could be reduced. Are these test way faster
>> on linux?
>>
> 
> testgc3, the longest running of the 3, takes 27 seconds on my Windows machine.

Takes 31 seconds on my linux box.. roughly the same.  There are several tests
that are much closer to phobos or druntime tests than dmd tests.  I'm sure they
are ancient and predate the meaningful separation of the three.  But it's also,
generally, not worth quibbling about where exactly they live, still take time to
execute no matter where they are and they probably shouldn't just go away.  But
I could be convinced otherwise without too much trouble. :)

Rainer, would you be in a good position to time both cygwin and msys on similar
hardware?  I don't have the latter installed anywhere.

Later,
Brad


More information about the dmd-internals mailing list