[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-dev] c++ features



The clever bit with inline testing is having all sorts of dependencies
between the call site and the potentially inlined function that
should/should not effect the behavior of the code.

But Csmith is sort of the opposite of clever. If we've done our job, all of these possibilities will naturally arise out of random generation.

John