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: cleaner solution for exporting linkname info #21936

Open
mdempsky opened this issue Sep 19, 2017 · 1 comment
Open

cmd/compile: cleaner solution for exporting linkname info #21936

mdempsky opened this issue Sep 19, 2017 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. early-in-cycle A change that should be done early in the 3 month dev cycle.
Milestone

Comments

@mdempsky
Copy link
Member

CL 33911 (e3efdff) added symbol linknames to the export data format, but in a suboptimal way: every symbol written into the export data now includes linkname information, even if they're not actually relevant (e.g., for local variables/labels in inline bodies).

This appears to have been done this way because it's less intrusive and didn't require a version bump for release, but we should do it correctly.

/cc @griesemer

@griesemer griesemer added this to the Go1.10 milestone Sep 20, 2017
@griesemer
Copy link
Contributor

Marking for 1.10 so it's on the radar.

@mdempsky mdempsky modified the milestones: Go1.10, Go1.11 Nov 29, 2017
@griesemer griesemer modified the milestones: Go1.11, Go1.12 Jun 5, 2018
@griesemer griesemer added the early-in-cycle A change that should be done early in the 3 month dev cycle. label Jun 5, 2018
@griesemer griesemer modified the milestones: Go1.12, Go1.13 Nov 28, 2018
@andybons andybons modified the milestones: Go1.13, Go1.14 Jul 8, 2019
@rsc rsc modified the milestones: Go1.14, Backlog Oct 9, 2019
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 13, 2022
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. early-in-cycle A change that should be done early in the 3 month dev cycle.
Projects
Status: Triage Backlog
Development

No branches or pull requests

5 participants