Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cxx-abi-dev] A mangling ambiguity


  • To: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
  • Subject: Re: [cxx-abi-dev] A mangling ambiguity
  • From: Gabriel Dos Reis <Gabriel.Dos-Reis@xxxxxxxxxxxxxxxxxx>
  • Date: 04 Dec 2002 19:12:14 +0100

Mark Mitchell <mark@xxxxxxxxxxxxxxxx> writes:

| > Conversely, if demangling a mangled named shows an ambiguity then that
| > means we can't determine the original entity name.  No?
| 
| Perhaps in a theoretical sense, but not in a practical sense.  Demanglers
| tend to be pretty dumb; they just kind of process the input text as text.
| It might be that disambiguating would be a lot more work than goes on in
| your typical demangler.

I was planning to use a demengler as a utility to implement plug-ins;
now, if mangling would be many-to-one...

Anyway, thanks.

-- Gaby