]> Cypherpunks repositories - gostls13.git/commit
go/internal/gccgoimporter: additional V3 export data changes
authorThan McIntosh <thanm@google.com>
Wed, 28 Nov 2018 15:50:54 +0000 (10:50 -0500)
committerThan McIntosh <thanm@google.com>
Thu, 29 Nov 2018 14:58:34 +0000 (14:58 +0000)
commit70a684cf44cc3398c44afcd69387d7938d90f063
tree21a61cbf09b509ea9e95795c5a88244b2e539bb3
parent2b58ca6e3de3d93817a4e6cc55378015eb3c2040
go/internal/gccgoimporter: additional V3 export data changes

This patch merges in support for reading the most recent
incarnation of V3 export data (initial inline function bodies),
from the importer portions of https://golang.org/cl/150061 and
https://golang.org/cl/150067.

Updates #28961.

Change-Id: I34e837acbf48b8fd1a4896a1a977d2241adfb28d
Reviewed-on: https://go-review.googlesource.com/c/151557
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/go/internal/gccgoimporter/parser.go