Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/compile: design doc explaining unified IR implementation #54534

Open
mdempsky opened this issue Aug 18, 2022 · 1 comment
Open

cmd/compile: design doc explaining unified IR implementation #54534

mdempsky opened this issue Aug 18, 2022 · 1 comment
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Milestone

Comments

@mdempsky
Copy link
Member

The Go 1.18 implementation of generics is documented at https://github.com/golang/proposal/blob/master/design/generics-implementation-dictionaries-go1.18.md. Unified IR implements substantially the same idea, but there are some notable distinctions that would be worth preparing an updated design document to explain the implementation in full.

@mdempsky mdempsky added this to the Go1.20 milestone Aug 18, 2022
@mdempsky mdempsky self-assigned this Aug 18, 2022
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Aug 18, 2022
@gopherbot gopherbot modified the milestones: Go1.20, Go1.21 Feb 1, 2023
@mknyszek
Copy link
Contributor

mknyszek commented Jun 9, 2023

Moving to Backlog since this doesn't seem like it needs to be tied to a Go release. Please comment if you disagree or would like it in a milestone for tracking. Thanks!

@mknyszek mknyszek modified the milestones: Go1.21, Backlog Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
Development

No branches or pull requests

3 participants