]> Cypherpunks repositories - gostls13.git/commit
runtime: insert itabs into hash table during init
authorMichel Lespinasse <walken@google.com>
Fri, 18 Mar 2016 22:16:53 +0000 (15:16 -0700)
committerMichel Lespinasse <walken@google.com>
Tue, 29 Mar 2016 02:14:49 +0000 (02:14 +0000)
commit7043d2bb5e8275df308abe9a2367fb1622be0313
tree1dbe14946a54f5d3445f7593e3ac35e85dda5e25
parentdeb83d0639f9dbe1ae7c9100d6158448d9e2239e
runtime: insert itabs into hash table during init

See #14874

This change makes the runtime register all compiler generated itabs
(as obtained from the moduledata) during init.

Change-Id: I9969a0985b99b8bda820a631f7fe4c78f1174cdf
Reviewed-on: https://go-review.googlesource.com/20900
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Michel Lespinasse <walken@google.com>
src/runtime/iface.go
src/runtime/proc.go