GCC to open the C++ demangle API?
Fergus Henderson
fjh@cs.mu.OZ.AU
Fri Mar 22 01:25:00 GMT 2002
On 20-Mar-2002, Mark Mitchell <mark@codesourcery.com> wrote:
> > True, though I'm not aware of other approaches. But I definitely agree
> > that this stuff has no place in the language standard.
>
> We're wandering into never-never land, but I do know of one other
> approaches that have Really Been Used: interpretation, where the
> lookup was done following the language rules, rather than by mangled
> name.
>
> In practice, though, everyone uses mangling.
For the .NET CLR, name mangling is not used; the underlying assembler,
object file format, and linker directly support overloading.
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
More information about the Gcc
mailing list