]> Cypherpunks repositories - gostls13.git/commit
runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64
authorJoel Sing <joel@sing.id.au>
Tue, 7 Jan 2020 06:14:51 +0000 (17:14 +1100)
committerJoel Sing <joel@sing.id.au>
Wed, 8 Jan 2020 14:58:33 +0000 (14:58 +0000)
commit4b1b18d1060b82d4df273e23d81033dfacf4d5bb
treea08339db93262318b718f8d922514e27ebaeeabb
parentdaacf269802eaa856705063159b55b5e752e7058
runtime: use FP offsets for pipe/pipe2 on freebsd/arm64 and linux/arm64

This is more readable and less error-prone than using RSP offsets.

Suggested during review of CL 212765.

Change-Id: I070190abeeac8eae5dbd414407602619d9d57422
Reviewed-on: https://go-review.googlesource.com/c/go/+/213577
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/sys_freebsd_arm64.s
src/runtime/sys_linux_arm64.s