memcpy() comparison: C, Rust, and D
    David Nadlinger via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Thu Feb  2 07:25:27 PST 2017
    
    
  
On Thursday, 2 February 2017 at 09:28:15 UTC, Walter Bright wrote:
> I seem to recall Valgrind wasn't on OSX, either, at one point. 
> Maybe that has since been corrected.
It nominally works on 10.10, if I recall correctly, but not to 
the same standard as on Linux.
For C/C++, a combination of the various Clang sanitizers works 
faster and catches more bugs, though.
  — David
    
    
More information about the Digitalmars-d
mailing list