Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sanitize (0.19 sec)

  1. src/cmd/cgo/gcc.go

    		}
    		bo := f.ByteOrder
    		symtab, err := f.Symbols()
    		if err == nil {
    			// Check for use of -fsanitize=hwaddress (issue 53285).
    			removeTag := func(v uint64) uint64 { return v }
    			if goarch == "arm64" {
    				for i := range symtab {
    					if symtab[i].Name == "__hwasan_init" {
    						// -fsanitize=hwaddress on ARM
    						// uses the upper byte of a
    						// memory address as a hardware
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. doc/go1.22.html

      The <code>loong64</code> port now supports passing function arguments and results using registers.
    </p>
    <p><!-- CL 481315,537615,480878 -->
      The <code>linux/loong64</code> port now supports the address sanitizer, memory sanitizer, new-style linker relocations, and the <code>plugin</code> build mode.
    </p>
    
    <h3 id="openbsd">OpenBSD</h3>
    <p><!-- CL 517935 -->
      Go 1.22 adds an experimental port to OpenBSD on big-endian 64-bit PowerPC
    HTML
    - Registered: Tue Feb 06 11:13:10 GMT 2024
    - Last Modified: Wed Jan 31 20:51:56 GMT 2024
    - 45.6K bytes
    - Viewed (0)
Back to top