Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for panicPathAdj (0.27 sec)

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

    // param feeding call) is guaranteed to happen. For the "may" version,
    // there may be control flow that could cause the benefit to be
    // bypassed.
    const (
    	// Category 1 adjustments (see above)
    	panicPathAdj scoreAdjustTyp = (1 << iota)
    	initFuncAdj
    	inLoopAdj
    
    	// Category 2 adjustments (see above).
    	passConstToIfAdj
    	passConstToNestedIfAdj
    	passConcreteToItfCallAdj
    	passConcreteToNestedItfCallAdj
    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