]> Cypherpunks repositories - gostls13.git/commit
runtime: remove go:nosplit comment from reflect.typelinks
authorIan Lance Taylor <iant@golang.org>
Sat, 14 Nov 2015 23:31:32 +0000 (15:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Sun, 15 Nov 2015 05:49:48 +0000 (05:49 +0000)
commit52393ad036e795f2da1e2692f17f76ccb00fb410
treec8b91a6f3012e2b1220d117a4f39d306724894a4
parentc60707b14d6be26bf4213114d13070bff00d0b0a
runtime: remove go:nosplit comment from reflect.typelinks

A nosplit comment was added to reflect.typelinks accidentally in
https://golang.org/cl/98510044.  There is only one caller of
reflect.typelinks, reflect.typesByString, and that function is not
nosplit.  There is no reason for reflect.typelinks to be nosplit.

Change-Id: I0fd3cc66fafcd92643e38e53fa586d6b2f868a0a
Reviewed-on: https://go-review.googlesource.com/16932
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/runtime1.go