Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for returnFeedsConcreteToInterfaceCallAdj (0.66 sec)

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

    	_ = 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 */
    	0x8,    /* passConstToIfAdj */
    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

    package returns2
    
    // returns2.go T_return_feeds_iface_call 18 0 1
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":null,"ResultFlags":null}
    // callsite: returns2.go:19:13|0 flagstr "" flagval 0 score 1 mask 16384 maskstr "returnFeedsConcreteToInterfaceCallAdj"
    // <endcallsites>
    // <endfuncpreamble>
    func T_return_feeds_iface_call() {
    	b := newBar(10)
    	b.Plark()
    }
    
    // returns2.go T_multi_return_feeds_iface_call 29 0 1
    // <endpropsdump>
    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

    	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