Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retRegs (0.07 sec)

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

    			// and efficient method that combines multiple factors.
    			idx := -1
    			for i, p := range b.Preds {
    				// If the predecessor has not been visited yet, skip it because its end state
    				// (redRegs and spillLive) has not been computed yet.
    				pb := p.b
    				if s.blockOrder[pb.ID] >= s.blockOrder[b.ID] {
    					continue
    				}
    				if idx == -1 {
    					idx = i
    					continue
    				}
    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