Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for pusha (4.25 sec)

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

    				break
    			}
    
    			var depth int16
    			if l := s.loopnest.b2l[b.ID]; l != nil {
    				depth = l.depth
    			}
    			if depth > bestDepth {
    				// Don't push the spill into a deeper loop.
    				continue
    			}
    
    			// If v is in a register at the start of b, we can
    			// place the spill here (after the phis).
    			if len(b.Preds) == 1 {
    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