]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/riscv: simplify huge frame prologue
authorAustin Clements <austin@google.com>
Fri, 2 Apr 2021 21:20:15 +0000 (17:20 -0400)
committerAustin Clements <austin@google.com>
Mon, 5 Apr 2021 16:22:17 +0000 (16:22 +0000)
commit042f4cbb6fbd7f9e6a6587fb3bee2d1716184f9a
tree18837bd566bfb8ea23b985815034b2204859e91d
parenta06b08e7d1837df636d24f945fe9b3b2a369b450
cmd/internal/obj/riscv: simplify huge frame prologue

CL 307010 for riscv64.

Some of the comments on the other prologue paths were wrong, so this
CL also fixes them up.

Change-Id: Icdca1ade3a47ae6e2467af832690d40689dbe1b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/307150
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/obj/riscv/obj.go