Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/link/internal/ld/inittask.go

    	}
    	var edges []edge
    
    	// List of packages that are ready to schedule. We use a lexicographic
    	// ordered heap to pick the lexically earliest uninitialized but
    	// inititalizeable package at each step.
    	var h lexHeap
    
    	// m maps from an inittask symbol for package p to the number of
    	// p's direct imports that have not yet been scheduled.
    	m := map[loader.Sym]int{}
    
    	// Find all reachable inittask records from the roots.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top