Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Torres (0.56 sec)

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

    	switch v.Op {
    	case ssa.OpLoadReg:
    		n, _ := ssa.AutoVar(v.Args[0])
    		return n, ssa.SymRead
    	case ssa.OpStoreReg:
    		n, _ := ssa.AutoVar(v)
    		return n, ssa.SymWrite
    
    	case ssa.OpArgIntReg:
    		// This forces the spill slot for the register to be live at function entry.
    		// one of the following holds for a function F with pointer-valued register arg X:
    		//  0. No GC (so an uninitialized spill slot is okay)
    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