-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/compile: compiler generates calls to empty functions #4563
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
Labels
Milestone
Comments
the reason for this is that when inlining happens, it saw function test has a function call in it, so the inliner decided to not inline that function. only in a latter phase did the compiler find out the function call in function test is dead. i think fixing this won't bring big perf. improvement so I label it Go1.1Maybe. Labels changed: added priority-later, go1.1maybe, removed priority-triage, go1.1. Status changed to Accepted. |
This has been fixed for a while. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by martisch@uos.de:
The text was updated successfully, but these errors were encountered: