Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tailuevar (0.1 sec)

  1. src/cmd/compile/internal/liveness/plive.go

    			// all the parameters for correctness, and similarly it must not
    			// read the out arguments - they won't be set until the new
    			// function runs.
    			lv.cache.tailuevar = append(lv.cache.tailuevar, int32(i))
    
    		case ir.PPARAMOUT:
    			// All results are live at every return point.
    			// Note that this point is after escaping return values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
Back to top