Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StackMapIndex (0.12 sec)

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

    	// make sense for stackmap analysis).
    	conservativeWrites bool
    }
    
    // Map maps from *ssa.Value to StackMapIndex.
    // Also keeps track of unsafe ssa.Values and ssa.Blocks.
    // (unsafe = can't be interrupted during GC.)
    type Map struct {
    	Vals         map[ssa.ID]objw.StackMapIndex
    	UnsafeVals   map[ssa.ID]bool
    	UnsafeBlocks map[ssa.ID]bool
    	// The set of live, pointer-containing variables at the DeferReturn
    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