Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for attachPod (2.4 sec)

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

    					// and it is not one of the LosesStmtMark instructions,
    					// then Prog() resets the statement mark on the (*Progs).Pos.
    					return
    				}
    				p = p.WithNotStmt()
    				// Calls use the pos attached to v, but copy the statement mark from State
    			}
    			s.SetPos(p)
    		} else {
    			s.SetPos(s.pp.Pos.WithNotStmt())
    		}
    	}
    }
    
    // emit argument info (locations on stack) for traceback.
    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