Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OnlyPointerInRegisterGC (0.15 sec)

  1. src/reflect/abi_test.go

    				if reflect.DeepEqual(x, y) {
    					continue
    				}
    				t.Errorf("arg and result %d differ: got %+v, want %+v", i, y, x)
    			}
    		})
    	}
    	t.Run("OnlyPointerInRegisterGC", func(t *testing.T) {
    		// This test attempts to induce a failure wherein
    		// the last pointer to an object is passed via registers.
    		// If makeFuncStub doesn't successfully store the pointer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 05 17:54:15 UTC 2022
    - 26.4K bytes
    - Viewed (0)
Back to top