This website requires JavaScript.
Explore
Help
Sign in
languages
/
go
Watch
1
Star
0
Fork
You've already forked go
0
mirror of
https://github.com/golang/go
synced
2024-11-02 09:28:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
526de61c67
go
/
test
/
typeparam
/
shape1.out
5 lines
10 B
Text
Raw
Normal View
History
Unescape
Escape
[dev.typeparams] cmd/compile: allow types with the same underlying type to have the same shape First baby step to sharing the underlying implementation among several types. Change-Id: I6a156176d2b7f0131a87285a03b881ce380c26ed Reviewed-on: https://go-review.googlesource.com/c/go/+/338610 Trust: Keith Randall <khr@golang.org> Trust: Dan Scales <danscales@google.com> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dan Scales <danscales@google.com>
2021-07-30 16:06:38 +00:00
25
10
[dev.typeparams] cmd/compile: make all pointer types have the same shape Except unsafe.Pointer. It has a different Kind, which makes it trickier. Change-Id: I12582afb6e591bea35da9e43ac8d141ed19532a3 Reviewed-on: https://go-review.googlesource.com/c/go/+/338749 Trust: Keith Randall <khr@golang.org> Trust: Dan Scales <danscales@google.com> Run-TryBot: Keith Randall <khr@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Dan Scales <danscales@google.com>
2021-07-30 21:00:27 +00:00
6
4
Reference in a new issue
Copy permalink