Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/inline/inlheur/scoring.go

    		if adj, ok := resultFlagToPositiveAdj[rf]; ok {
    			score, tmask = adjustScore(adj, score, tmask)
    		}
    	}
    
    	if debugTrace&debugTraceScoring != 0 {
    		fmt.Fprintf(os.Stderr, "=-= largestScore(%v) is %d\n",
    			fn, score)
    	}
    
    	return score
    }
    
    // LargestPositiveScoreAdjustment tries to estimate the largest possible
    // positive score adjustment that could be applied to a given callsite.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:42:52 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top