]> Cypherpunks repositories - gostls13.git/commit
cmd/link: increase the function call limit in stkcheck
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Aug 2019 17:54:43 +0000 (10:54 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 9 Aug 2019 20:22:03 +0000 (20:22 +0000)
commit951143cf1425189965498cc32fc8dc132bf7c777
tree682d5738d601017f0b7e95b75a0d66bd41afc5ba
parent362625209b6cd2bc059b6b0a67712ddebab312d9
cmd/link: increase the function call limit in stkcheck

There is real (albeit generated) code that exceeds the limit.

Fixes #33555

Change-Id: I668e85825d3d2a471970e869abe63f3492213cc1
Reviewed-on: https://go-review.googlesource.com/c/go/+/189697
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/link/internal/ld/lib.go
test/fixedbugs/issue33555.go [new file with mode: 0644]