Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StackStore (0.28 sec)

  1. test/codegen/stack.go

    // 386:"TEXT\t.*, [$]0-"
    // amd64:"TEXT\t.*, [$]0-"
    // arm:"TEXT\t.*, [$]-4-"
    // arm64:"TEXT\t.*, [$]0-"
    // mips:"TEXT\t.*, [$]-4-"
    // ppc64x:"TEXT\t.*, [$]0-"
    // s390x:"TEXT\t.*, [$]0-"
    func StackStore() int {
    	var x int
    	return *(&x)
    }
    
    type T struct {
    	A, B, C, D int // keep exported fields
    	x, y, z    int // reset unexported fields
    }
    
    // Check that large structs are cleared directly (issue #24416).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 29 21:29:41 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top