Please send me your longest DustMite runs!

Andre Pany andre at s-e-a-p.de
Sat Apr 24 14:49:01 UTC 2021


On Friday, 23 April 2021 at 23:17:41 UTC, Vladimir Panteleev 
wrote:
> - Was there a bug / program / codebase that took an 
> exceptionally long time to reduce with DustMite?
> - Do you still have a copy of that (un-reduced) code and test 
> script?
> - Is it something you can share?
>
> If yes, then please post it! (Or send me the code)
>
> I have some ideas for improving DustMite's reduction 
> strategies, but being able to measure any potential 
> improvements on real-world cases would be massively helpful.

I think Steven was facing the issue that testing for compiler / 
linker return code is not useful. Dustmite was running a long 
time and linker status code was at the end caused not by the 
intended error but by just removing all coding lines.
In most cases you really have to test the text output of 
compiler/linker.

You may just add a warning line while using return code to make 
new users aware of this behavior.

Kind regards
Andre


More information about the Digitalmars-d mailing list