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
We need to come up with some way of mangling the names of functions to
support modules. Would probably make sense to use the Itanium ABI like
everyone else. Can't find a crate which provides mangling for it
though, just demangling.
Thinking we want a simple scheme for mangled names based on the Itanium ABI:
Seen as we don't have overloading and no templates/generics we can get away with just encoding the path. The suggested encoding is therefore the itanium-encoded path, with a _U prefix. e.g.:
We need to come up with some way of mangling the names of functions to
support modules. Would probably make sense to use the Itanium ABI like
everyone else. Can't find a crate which provides mangling for it
though, just demangling.
This should fix: #25
The text was updated successfully, but these errors were encountered: