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

Re: [csmith-dev] Floating-point support in csmith



I remember randprog used to had dependency on boost, and either Eric or John cut the dependency. Maybe it's not as unpleasant as Yang thought?

-Xuejun

-----Original Message-----
From: Yang Chen [mailto:chenyang@cs.utah.edu] 
Sent: Friday, November 13, 2015 2:34 PM
To: Xuejun Yang <xuyang@microsoft.com>
Cc: Csmith Dev Mailing List <csmith-dev@flux.utah.edu>
Subject: Re: [csmith-dev] Floating-point support in csmith

On 2015-11-13 13:47, Xuejun Yang wrote:
> Can we duplicate the source code in Csmith itself, if the license 
> permits?

I never did this before, but my gut feeling is that it's not an easy job to extract something from the Boost code base, which is extremely heavily templated. Although it may depend on which functionality that we want to harvest, still, I wouldn't consider it as a pleasant task :)

- Yang