Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pgoActionID (0.28 sec)

  1. src/cmd/go/internal/work/action.go

    	}
    	return ba
    }
    
    func (ba *buildActor) Act(b *Builder, ctx context.Context, a *Action) error {
    	return b.build(ctx, a)
    }
    
    // pgoActionID computes the action ID for a preprocess PGO action.
    func (b *Builder) pgoActionID(input string) cache.ActionID {
    	h := cache.NewHash("preprocess PGO profile " + input)
    
    	fmt.Fprintf(h, "preprocess PGO profile\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top