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: regalloc's liveness analysis is quadratic #25120

Open
josharian opened this issue Apr 27, 2018 · 1 comment
Open

cmd/compile: regalloc's liveness analysis is quadratic #25120

josharian opened this issue Apr 27, 2018 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. ToolSpeed
Milestone

Comments

@josharian
Copy link
Contributor

This is a known, difficult issue. It has been around since the SSA compiler was first merged. This is a tracking issue for it.

@josharian josharian added this to the Unplanned milestone Apr 27, 2018
@josharian
Copy link
Contributor Author

Keith experimented with one approach here: https://go-review.googlesource.com/#/c/25386/

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. ToolSpeed
Projects
None yet
Development

No branches or pull requests

2 participants