Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syscallExecSupported (0.2 sec)

  1. src/cmd/link/internal/ld/lib.go

    	// This will reduce peak RSS for the link (and speed up linking of
    	// large applications), since when the archive command runs we
    	// won't be holding onto all of the linker's live memory.
    	if syscallExecSupported && !ownTmpDir {
    		runAtExitFuncs()
    		ctxt.execArchive(argv)
    		panic("should not get here")
    	}
    
    	// Otherwise invoke 'ar' in the usual way (fork + exec).
    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