Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for computeHeight (0.33 sec)

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

    				fmt.Printf(" -> %s\n", sc.symName(edge.target))
    			}
    		}
    	}
    
    	return h
    }
    
    // computeHeight returns the stack height of sym. If graph is true, it
    // also returns the out-edges of sym.
    //
    // Caching is applied to this in check. Call check instead of calling
    // this directly.
    func (sc *stackCheck) computeHeight(sym loader.Sym, graph bool) (int, []stackCheckEdge) {
    	ldr := sc.ldr
    
    	// Check special cases.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 16:49:08 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top