Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for indirect$ (0.78 sec)

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

    			p.To.Type = obj.TYPE_REG
    		case sys.ARM, sys.ARM64, sys.Loong64, sys.MIPS, sys.MIPS64:
    			p.To.Type = obj.TYPE_MEM
    		default:
    			base.Fatalf("unknown indirect call family")
    		}
    		p.To.Reg = v.Args[0].Reg()
    	}
    	return p
    }
    
    // TailCall returns a new tail call instruction for the SSA value v.
    // It is like Call, but for a tail call.
    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. docs/en/docs/release-notes.md

    * Update and clarify testing function name. PR [#1395](https://github.com/tiangolo/fastapi/pull/1395) by [@chenl](https://github.com/chenl).
    * Fix duplicated headers created by indirect dependencies that use the request directly. PR [#1386](https://github.com/tiangolo/fastapi/pull/1386) by [@obataku](https://github.com/obataku) from tests by [@scottsmith2gmail](https://github.com/scottsmith2gmail).
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
Back to top