[csmith-dev] testing C++11 struct rules
Derek M Jones
derek at knosof.co.uk
Tue May 15 11:36:34 MDT 2012
John, Arthur,
>> You know, I'm not sure that compiler-introduced races in local structs are
>> that big of a deal. I'm also not sure that compiler developers would even
>> fix those! Realistically, shared variables that matter for races are going
>> to be globals.
>
> Personally, I doubt that compiler-introduced races in *global* structs
> are that big of a deal, either. I have no idea what the Committee's
I think you are both being overly optimistic here.
I expect that compilers vendors will create a -multi-processing
option which will disable some optimizations.
I don't want optimizations disabled for my single process programs
because they impact multi-process programs.
--
Derek M. Jones tel: +44 (0) 1252 520 667
Knowledge Software Ltd blog:shape-of-code.coding-guidelines.com
Source code analysis http://www.knosof.co.uk
More information about the csmith-dev
mailing list