]> Cypherpunks repositories - gostls13.git/commit
runtime: remove legacy comments and code from arm morestack
authorAustin Clements <austin@google.com>
Tue, 6 Feb 2018 23:00:13 +0000 (18:00 -0500)
committerAustin Clements <austin@google.com>
Mon, 12 Feb 2018 21:41:34 +0000 (21:41 +0000)
commit01b8f5d7cf3c5ee83034135870edd8837eae4cba
tree18c0f99bc5d6917571a174e8488a52688240b12d
parentdfbf568c9f71d5fadfebaa206ab8341168f582d9
runtime: remove legacy comments and code from arm morestack

CL 137410043 deleted support for split stacks, which means morestack
no longer needed to save its caller's frame or argument size or its
caller's argument pointer. However, this commit failed to update the
comment or delete the line that computed the caller's argument
pointer. Clean these up now.

Change-Id: I65725d3d42c86e8adb6645d5aa80c305d473363d
Reviewed-on: https://go-review.googlesource.com/92437
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/vet/all/whitelist/arm.txt
src/runtime/asm_arm.s