Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AuxInt (0.09 sec)

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

    				live[v.ID] = true
    				q = append(q, v)
    				if v.Pos.IsStmt() != src.PosNotStmt {
    					liveOrderStmts = append(liveOrderStmts, v)
    				}
    			}
    			if v.Op == OpInlMark {
    				if !liveInlIdx[int(v.AuxInt)] {
    					// We don't need marks for bodies that
    					// have been completely optimized away.
    					// TODO: save marks only for bodies which
    					// have a faulting instruction or a call?
    					continue
    				}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 00:29:01 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top