Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for shouldTrack (0.13 sec)

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

    	tailuevar   []int32
    	initialized bool
    }
    
    // shouldTrack reports whether the liveness analysis
    // should track the variable n.
    // We don't care about variables that have no pointers,
    // nor do we care about non-local variables,
    // nor do we care about empty structs (handled by the pointer check),
    // nor do we care about the fake PAUTOHEAP variables.
    func shouldTrack(n *ir.Name) bool {
    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