Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for RUNTIME (0.25 sec)

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

    	b := v.Block
    	config := b.Func.Config
    	// match: (SelectN [0] call:(CALLstatic {sym} s1:(MOVQstoreconst _ [sc] s2:(MOVQstore _ src s3:(MOVQstore _ dst mem)))))
    	// cond: sc.Val64() >= 0 && isSameCall(sym, "runtime.memmove") && s1.Uses == 1 && s2.Uses == 1 && s3.Uses == 1 && isInlinableMemmove(dst, src, sc.Val64(), config) && clobber(s1, s2, s3, call)
    	// result: (Move [sc.Val64()] dst src mem)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

              applicable only to workloads in the Route namespace). ReferenceGrants allowing
              a reference from a Route to a Service are only applicable to BackendRefs.
    
    
              ReferenceGrant is a form of runtime verification allowing users to assert
              which cross-namespace object references are permitted. Implementations that
              support ReferenceGrant MUST NOT permit cross-namespace references which have
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top