Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pointerMap (0.08 sec)

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

    }
    
    // Generates live pointer value maps for arguments and local variables. The
    // this argument and the in arguments are always assumed live. The vars
    // argument is a slice of *Nodes.
    func (lv *liveness) pointerMap(liveout bitvec.BitVec, vars []*ir.Name, args, locals bitvec.BitVec) {
    	var slotsSeen map[int64]*ir.Name
    	checkForDuplicateSlots := base.Debug.MergeLocals != 0
    	if checkForDuplicateSlots {
    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