-
Notifications
You must be signed in to change notification settings - Fork 19k
cmd/compile: infinite loop in regalloc #77181
Copy link
Copy link
Closed as duplicate of#75844
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Milestone
Metadata
Metadata
Assignees
Labels
BugReportIssues describing a possible bug in the Go implementation.Issues describing a possible bug in the Go implementation.NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.Issues related to the Go compiler and/or runtime.
Go version
go version go1.25.3 darwin/arm64
Output of
go envin your module/workspace:What did you do?
So far so good:
Does not finish, at least not within a few minutes. Process uses a lot of CPU and RAM.
8fc10d9 is a small patch on top of e8256d3
I tried
go cleanandgo clean -cache, no difference.What did you see happen?
go build .gets stuck on 8fc10d9What did you expect to see?
go build .does not get stuck :)