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

Re: [csmith-project/csmith] 717b1c: Fixed a bug related to --no-math64 and --no-longlo...



On 5/4/11 6:06 PM, John Regehr wrote:
No. You guys are not listening. THE HOST PLATFORM DOES NOT MATTER. We are generating programs that might run anywhere.

Am I speaking unclearly? I can try to say this a different way but I would prefer that you simple read what I am writing and try to understand what I am telling you.

The x86_64 variable has to be killed, it represents a design error. Every piece of code like the one below has to be killed.

I understand the point and agree with you.

The only purpose of the example code is to show the problem of the current framework. It just shows where x86_64 is used in the framework and where we can kill it.

- Yang