]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: return (and receive) medium-large results
authorDavid Chase <drchase@google.com>
Fri, 26 Feb 2021 19:27:59 +0000 (14:27 -0500)
committerDavid Chase <drchase@google.com>
Thu, 4 Mar 2021 23:09:24 +0000 (23:09 +0000)
commitd891ebdce1ac2c72e1d923c24f5a65ec14ba7cf8
treec865bc988e5c221293f7d67aee7c6737a651da75
parentd6504b80973a22edbb5045e98c53901776101d18
cmd/compile: return (and receive) medium-large results

includes three tests

Change-Id: I33ac0cfe35085d4b6ad2775abcaa3d7d6527b49f
Reviewed-on: https://go-review.googlesource.com/c/go/+/297031
Trust: David Chase <drchase@google.com>
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/expand_calls.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssagen/ssa.go
test/abi/double_nested_addressed_struct.go [new file with mode: 0644]
test/abi/double_nested_struct.go [new file with mode: 0644]
test/abi/too_big_to_ssa.go [new file with mode: 0644]
test/abi/too_big_to_ssa.out [new file with mode: 0644]