Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Empirically (0.64 sec)

  1. src/cmd/compile/internal/walk/compare.go

    		// is on the left hand side, so rewrite "" cmp x to x cmp "".
    		// See issue 24817.
    		if ir.IsConst(n.X, constant.String) {
    			cmp = brrev(cmp)
    		}
    
    		// maxRewriteLen was chosen empirically.
    		// It is the value that minimizes cmd/go file size
    		// across most architectures.
    		// See the commit description for CL 26758 for details.
    		maxRewriteLen := 6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:55:14 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top