Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sum9andGC (0.09 sec)

  1. src/runtime/syscall_windows_test.go

    // that insufficient spill slots allocated (according to the ABI)
    // may cause compiler-generated spills to clobber the return PC.
    // Then, the GC stack scanning will catch that.
    //
    //go:registerparams
    func sum9andGC(i1, i2, i3, i4, i5, i6, i7, i8, i9 uint32) uintptr {
    	runtime.GC()
    	return uintptr(i1 + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9)
    }
    
    // TODO(register args): Remove this once we switch to using the register
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
Back to top