Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fpregs (0.08 sec)

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

    					// resetting the statement mark.
    					//
    					// The reset of s.pp.Pos occurs in (*Progs).Prog() -- if it emits
    					// an instruction, and the instruction's statement mark was set,
    					// and it is not one of the LosesStmtMark instructions,
    					// then Prog() resets the statement mark on the (*Progs).Pos.
    					return
    				}
    				p = p.WithNotStmt()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	// TODO: this is a common one. It'd be nice to return true
    	// here and get into the fast path if we could be clever and
    	// calculate the size fast enough, or at least a conservative
    	// upper bound that usually fires. (Maybe if w.h and
    	// w.trailers are nil, so we don't need to enumerate it.)
    	// Otherwise I'm afraid that just calculating the length to
    	// answer this question would be slower than the ~2µs benefit.
    	return false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top