On Fri, Feb 16, 2024 at 10:06 AM Andrew Haley <aph-o...@littlepinkcloud.com> wrote:
> On 2/16/24 08:49, Thomas Stüfe wrote: > > It is probably safe to hide C++ mangled symbols since those decorations > are compiler-specific anyway, no? So they cannot have worked in a reliable > fashion > They're not entirely compiler specific, but part of the ABI. See > https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling. > Ah, thanks for the correction. That explains why we have different mangling between Windows and the rest.