Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SYSCALL (1.07 sec)

  1. 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