Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for blockOrder (1.65 sec)

  1. src/cmd/compile/internal/ssa/regalloc.go

    					// According to the layout algorithm, the predecessor with the
    					// smaller blockOrder is the true branch, and the test results show
    					// that it is better to choose the predecessor with a smaller
    					// blockOrder than no choice.
    					if pb.likelyBranch() && !pSel.likelyBranch() || s.blockOrder[pb.ID] < s.blockOrder[pSel.ID] {
    						idx = i
    					}
    				}
    			}
    			if idx < 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
Back to top