Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsPgoHotFunc (0.32 sec)

  1. src/cmd/compile/internal/ssagen/pgen.go

    // and flushes that plist to machine code.
    // worker indicates which of the backend workers is doing the processing.
    func Compile(fn *ir.Func, worker int, profile *pgoir.Profile) {
    	f := buildssa(fn, worker, inline.IsPgoHotFunc(fn, profile) || inline.HasPgoHotInline(fn))
    	// Note: check arg size to fix issue 25507.
    	if f.Frontend().(*ssafn).stksize >= maxStackSize || f.OwnAux.ArgWidth() >= maxStackSize {
    		largeStackFramesMu.Lock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top