]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] cmd/internal/goobj: add duffzero/duffcopy to builtin list
authorCherry Mui <cherryyz@google.com>
Tue, 1 Jun 2021 23:18:25 +0000 (19:18 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 3 Jun 2021 14:28:02 +0000 (14:28 +0000)
commitb5f37faf3b0fa4c8ae24461bf99cdc0f1f583fa3
tree6202974a634d77a60135d6c1809b22bb2820d2df
parent9c054f413751fdec62aa33df19ec1249426767ee
[dev.typeparams] cmd/internal/goobj: add duffzero/duffcopy to builtin list

duffzero and duffcopy are commonly referenced functions. Add them
to builtin list, so they are referenced by index, not by name.

Also change gcWriteBarrier to ABIInternal, which is changed in
CL 266638.

Regenerate the file.

Change-Id: If8550d9ed300ac2be930a7c58657a9cf1933ac1d
Reviewed-on: https://go-review.googlesource.com/c/go/+/324250
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/internal/goobj/builtinlist.go
src/cmd/internal/goobj/mkbuiltin.go