• Ian Lance Taylor's avatar
    cmd/compile: add -msan option · 0c69f130
    Ian Lance Taylor authored
    The -msan option causes the compiler to add instrumentation for the
    C/C++ memory sanitizer.  Every memory read/write will be preceded by
    a call to msanread/msanwrite.
    
    This CL passes tests but is not usable by itself.  The actual
    implementation of msanread/msanwrite in the runtime package, and support
    for -msan in the go tool and the linker, and tests, will follow in
    subsequent CLs.
    
    Change-Id: I3d517fb3e6e65d9bf9433db070a420fd11f57816
    Reviewed-on: https://go-review.googlesource.com/16160Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
    0c69f130
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
newlink Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...
yacc Loading commit data...