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
I don't know about intended, but it's expected and I admit a little surprising. The fix would be to strip out the inlinable bodies from the export data when linking a shared library but I don't think I'm going to get around to this any time soon...
Please answer these questions before submitting your issue. Thanks!
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
So, the executable is linked to my own shared library, but the function is inlined.
What did you expect to see?
No inlined. foo.Bar() is called via the shared library.
What did you see instead?
Inlined.
Does this issue reproduce with the latest release (go1.8.3)?
Yes.
System details
I'm not sure whether this is working as intended or not.
The text was updated successfully, but these errors were encountered: