On Tuesday, 6 September 2016 at 05:46:51 UTC, Vladimir Panteleev wrote:
On Tuesday, 6 September 2016 at 05:43:55 UTC, deadalnix wrote:
On Sunday, 4 September 2016 at 20:14:37 UTC, Walter Bright wrote:
I do that often. Binary search quickly reduces even the biggest code size. Manually, or using dustmite which works amazingly well.


That is not true. I had dustmite runs that lasted days (!) to report some ICE in my code.

I know it's tempting, but the idea is to NOT stare at the screen watching DustMite run, and go do something else instead :)

If you have more cores than time, DustMite now has -j.

That's what I did. Launched it on a server and waited for it to finish.

Reply via email to