Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for SYSCALL (1.66 sec)

  1. src/cmd/go/internal/test/test.go

    		var skipInstrumentation = map[string]bool{
    			"context":       true,
    			"internal/fuzz": true,
    			"reflect":       true,
    			"runtime":       true,
    			"sync":          true,
    			"sync/atomic":   true,
    			"syscall":       true,
    			"testing":       true,
    			"time":          true,
    		}
    		for _, p := range load.TestPackageList(ctx, pkgOpts, pkgs) {
    			if !skipInstrumentation[p.ImportPath] {
    				p.Internal.FuzzInstrument = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/lib.go

    	argv = append(argv, godotopath)
    	argv = append(argv, hostObjCopyPaths...)
    
    	if ctxt.Debugvlog != 0 {
    		ctxt.Logf("archive: %s\n", strings.Join(argv, " "))
    	}
    
    	// If supported, use syscall.Exec() to invoke the archive command,
    	// which should be the final remaining step needed for the link.
    	// This will reduce peak RSS for the link (and speed up linking of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top