* Fabio Valentini:

> Go has supported -buildmode=shared on all major architectures for some
> time. I'm curious why nobody uses that yet.

There is no ABI document like this one for Go:

  <https://github.com/itanium-cxx-abi/cxx-abi>

I assume that the Go compiler changes ABI between releases, just like
GCC for C++ did before GCC 3.4 or thereabouts.

In addition to toolchain support, participating packages would have to
follow a set of rules like this:

  <https://community.kde.org/Policies/Binary_Compatibility_Issues_With_C%2B%2B>

Of course, the exact rules will be different for Go, but some of the
issues are similar.

Thanks,
Florian
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org

Reply via email to