]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi: remove StackPreempt
authorAustin Clements <austin@google.com>
Sat, 3 Apr 2021 20:29:34 +0000 (16:29 -0400)
committerAustin Clements <austin@google.com>
Mon, 5 Apr 2021 16:22:19 +0000 (16:22 +0000)
commit9e3328e7407ab7cd24f48d27ba69d265c57d5805
treeb22ee57226d797f801b796e88bbd07d4946bbff7
parent191167c2b20c87acbc9b8033dac900b8811b146a
cmd/internal/objabi: remove StackPreempt

None of the stack check prologues depend on this constant at this
point (and, indeed, they shouldn't).

Change-Id: Iaa40d9c47285b26952f02a7bdde574e8385ffe95
Reviewed-on: https://go-review.googlesource.com/c/go/+/307152
Trust: Austin Clements <austin@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/objabi/stack.go