You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsc
changed the title
cmd/gc: VARDEF instruction keeps temporary live when it is unused
cmd/compile: VARDEF instruction keeps temporary live when it is unused
Jun 8, 2015
Too late for Go 1.5. Hopefully SSA will take care of this. We will see. I don't believe it is VARDEF, though; I think it's leftover stores that were not properly optimized away. Running the optimizer a second time would identify them correctly.
The text was updated successfully, but these errors were encountered: