Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/ssa/debug.go

    // will be when machine code is emitted.
    func BuildFuncDebug(ctxt *obj.Link, f *Func, loggingLevel int, stackOffset func(LocalSlot) int32, rval *FuncDebug) {
    	if f.RegAlloc == nil {
    		f.Fatalf("BuildFuncDebug on func %v that has not been fully processed", f)
    	}
    	state := &f.Cache.debugState
    	state.loggingLevel = loggingLevel % 1000
    
    	// A specific number demands exactly that many iterations. Under
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top