]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: give function position on function-too-big error
authorKeith Randall <khr@golang.org>
Mon, 10 Jun 2024 16:52:33 +0000 (09:52 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 22 Jul 2024 21:20:26 +0000 (21:20 +0000)
commitafe0e600548c97338474a83c9665be45cccfb045
tree2167a4a3f39fb18767c5b41131205a9a609d54a6
parente061fb89e8c44d564f284d127c7790ac98ce8b4e
cmd/compile: give function position on function-too-big error

Update #67916

Change-Id: Iec3603c136b30ff6f760783c175eeb7e6ce139ec
Reviewed-on: https://go-review.googlesource.com/c/go/+/591675
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
src/cmd/compile/internal/bitvec/bv.go
src/cmd/compile/internal/liveness/arg.go
src/cmd/compile/internal/liveness/plive.go