Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hardware (0.19 sec)

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

    			}
    
    			if gatherPrintInfo {
    				for ; x != s.pp.Next; x = x.Link {
    					progToValue[x] = v
    				}
    			}
    		}
    		// If this is an empty infinite loop, stick a hardware NOP in there so that debuggers are less confused.
    		if s.bstart[b.ID] == s.pp.Next && len(b.Succs) == 1 && b.Succs[0].Block() == b {
    			p := Arch.Ginsnop(s.pp)
    			p.Pos = p.Pos.WithIsStmt()
    			if b.Pos == src.NoXPos {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top