]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add itabs to unified IR dictionaries
authorMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2022 11:35:14 +0000 (03:35 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Mon, 7 Mar 2022 13:48:04 +0000 (13:48 +0000)
commitac3ba9790762113bbc4ce1e8068654ce9579d3d6
tree01f8d1618533bdc48d12dc24a5fd3748da4aee98
parentd168c4f29682e032a14bb8f5ca23af08a6834635
cmd/compile: add itabs to unified IR dictionaries

This CL changes unified IR to include itabs in its serialized
dictionary format.

Change-Id: I334c972dc1bc19293f955bb23cfb66844da7adec
Reviewed-on: https://go-review.googlesource.com/c/go/+/390355
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/noder/reader.go
src/cmd/compile/internal/noder/writer.go