]> Cypherpunks repositories - gostls13.git/commit
encoding/gob: save a call to userType
authorRob Pike <r@golang.org>
Sun, 3 Aug 2014 22:14:59 +0000 (15:14 -0700)
committerRob Pike <r@golang.org>
Sun, 3 Aug 2014 22:14:59 +0000 (15:14 -0700)
commitfdaeec580ffb554b7314f814eaa2353459b1e400
treee8f1ee4b77cf3222d420e8fed9ef3855d1bd5669
parentaa69a3c386917d961af2952074166754c65cb609
encoding/gob: save a call to userType
Avoid some pressure on the global mutex by lifting the call to userType
out of the closure.
TOTH to Matt Harden.

LGTM=crawshaw, ruiu
R=golang-codereviews, crawshaw, ruiu
CC=golang-codereviews
https://golang.org/cl/117520043
src/pkg/encoding/gob/decode.go