Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for returnFeedsInlinableFuncToIndCallAdj (0.33 sec)

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

    	_ = x[passInlinableFuncToIndCallAdj-512]
    	_ = x[passInlinableFuncToNestedIndCallAdj-1024]
    	_ = x[returnFeedsConstToIfAdj-2048]
    	_ = x[returnFeedsFuncToIndCallAdj-4096]
    	_ = x[returnFeedsInlinableFuncToIndCallAdj-8192]
    	_ = x[returnFeedsConcreteToInterfaceCallAdj-16384]
    }
    
    var _scoreAdjustTyp_value = [...]uint64{
    	0x1,    /* panicPathAdj */
    	0x2,    /* initFuncAdj */
    	0x4,    /* inLoopAdj */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 21:13:01 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/inline/inlheur/testdata/props/returns2.go

    // {"Flags":0,"ParamFlags":[0],"ResultFlags":null}
    // callsite: returns2.go:42:18|0 flagstr "" flagval 0 score -51 mask 8200 maskstr "passConstToIfAdj|returnFeedsInlinableFuncToIndCallAdj"
    // callsite: returns2.go:44:20|1 flagstr "" flagval 0 score -23 mask 8192 maskstr "returnFeedsInlinableFuncToIndCallAdj"
    // <endcallsites>
    // <endfuncpreamble>
    func T_returned_inlinable_func_feeds_indirect_call(q int) {
    	f := returnsFunc(10)
    	f(q)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/inline/inlheur/scoring.go

    	passFuncToNestedIndCallAdj
    	passInlinableFuncToIndCallAdj
    	passInlinableFuncToNestedIndCallAdj
    
    	// Category 3 adjustments.
    	returnFeedsConstToIfAdj
    	returnFeedsFuncToIndCallAdj
    	returnFeedsInlinableFuncToIndCallAdj
    	returnFeedsConcreteToInterfaceCallAdj
    
    	sentinelScoreAdj // sentinel; not a real adjustment
    )
    
    // This table records the specific values we use to adjust call
    // site scores in a given scenario.
    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