]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add runtime GC funcs to inlining test
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 23 Sep 2017 20:44:18 +0000 (21:44 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 25 Sep 2017 21:55:06 +0000 (21:55 +0000)
commit4d3d333468b6a36106550bf90d93b3cc88b1efa4
treef64d9ba8c9dac838f4191b9520c547facfe609e6
parent1ae67965e47a8a8eb71c92e44134c89cd1c67657
cmd/compile: add runtime GC funcs to inlining test

This is based on a list that Austin Clements provided in mid-2016. It is
mostly untouched, except for the fact that the wbufptr funcs were
removed from the runtime thus removed from the lits here too.

Add a section for these GC funcs, since there are quite a lot of them
and the runtime has tons of funcs that we want to inline. As before,
sort this section too.

Also place some of these funcs out of the GC section, as they are not
directly related to the GC.

Updates #21851.

Change-Id: I35eb777a4c50b5f655618920dc2bc568c7c30ff5
Reviewed-on: https://go-review.googlesource.com/65654
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/gc/inl_test.go