IOC is inside Clang-head

Walter Bright newshound2 at digitalmars.com
Tue Jan 29 13:26:03 PST 2013


On 1/29/2013 1:15 PM, David Nadlinger wrote:
> On Tuesday, 29 January 2013 at 19:21:34 UTC, Walter Bright wrote:
>> One real issue is order of evaluation bugs, but I didn't see a note about that
>> in the Clang list.
>
> Why would you need runtime checking for that?

I didn't say you did!


> Besides the AddressSanatizer and MemorySanatizer features which are obviously
> real-world oriented (cf. Valgrind), I also find quite a few of the ubsan
> features to be actually useful in practice - integer overflow detection is only
> a small part of it.

valgrind is immensely useful for C, but a lot less so for D as D guarantees 
initialization and a GC takes care of much of the rest.



More information about the Digitalmars-d mailing list