This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Dynamic Loading of Class Implementation at Runtime.
- To: "'Mumit Khan'" <khan at xraylith dot wisc dot EDU>, "'EGCS Development Group'" <egcs at cygnus dot com>
- Subject: RE: Dynamic Loading of Class Implementation at Runtime.
- From: Daniel Berlin <DanielB at university dot microsoft dot com>
- Date: Thu, 10 Dec 1998 11:16:59 -0800
>
> You should be able to get the mangling algorithm for most vendor
> compilers, with the exception of perhaps the windows-based ones. I've
> tried in vain to get this info out of Microsoft.
I reverse engineered it, and never got around to sending you the doc i wrote
up on it (sorry bout that).
Then BeOS moved to ELF/DWARF2, so i had no need for demangling the stupid
names in the broken codeview i had to deal with originally to get gdb going
on BeOS.
I still have it around somewhere if you want it.
It's fairly easy to understand.
If you want official docs, well, can't. I wouldn't even know where to look.
Metrowerks uses the same algorithm for their windows compilers, but i don't
know if you'd have better luck with them.
--Dan
>
> Regards,
> Mumit
>
>