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: improve loop rotation #20411

Open
josharian opened this issue May 18, 2017 · 0 comments
Open

cmd/compile: improve loop rotation #20411

josharian opened this issue May 18, 2017 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. Performance
Milestone

Comments

@josharian
Copy link
Contributor

josharian commented May 18, 2017

This is a follow-on to #20355 for the 1.10 cycle. See CL 43491 for more discussion of these points.

  • Should we work from innermost loops out?
  • Do we want to move contained loops?
  • Do we want to reinstate some form of loop skipping?
  • Other improvements?

See also #18977 and #20356.

cc @randall77 @dr2chase @cherrymui

@josharian josharian added this to the Go1.10 milestone May 18, 2017
@bradfitz bradfitz modified the milestones: Go1.10, Go1.11 Nov 28, 2017
@bradfitz bradfitz modified the milestones: Go1.11, Unplanned May 18, 2018
@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. Performance
Projects
None yet
Development

No branches or pull requests

3 participants