Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for archMips (0.75 sec)

  1. src/cmd/dist/buildtool.go

    	// This saves 6+ seconds of bootstrap.
    	if archCaps, ok := isUnneededSSARewriteFile(srcFile, gohostarch); ok {
    		return fmt.Sprintf(`%spackage ssa
    
    func rewriteValue%s(v *Value) bool { panic("unused during bootstrap") }
    func rewriteBlock%s(b *Block) bool { panic("unused during bootstrap") }
    `, generatedHeader, archCaps, archCaps)
    	}
    
    	return bootstrapFixImports(srcFile)
    }
    
    var (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 23:29:41 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top