Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetNeedzero (0.15 sec)

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

    			if n.IsOutputParamHeapAddr() {
    				// This variable will be overwritten early in the function
    				// prologue (from the result of a mallocgc) but we need to
    				// zero it in case that malloc causes a stack scan.
    				n.SetNeedzero(true)
    				livedefer.Set(int32(i))
    			}
    			if n.OpenDeferSlot() {
    				// Open-coded defer args slots must be live
    				// everywhere in a function, since a panic can
    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