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] Re: A complexity in the mangling ABI


  • To: Jim Dehnert <dehnert@xxxxxxxxxxxxx>
  • Subject: Re: [cxx-abi-dev] Re: A complexity in the mangling ABI
  • From: Ian Lance Taylor <ian@xxxxxxxxxxxxxxxxx>
  • Date: 24 Nov 2003 17:05:08 -0500

Jim Dehnert <dehnert@xxxxxxxxxxxxx> writes:

> What I recall the ABI intended to convey, though obviously it
> isn't clear enough, was that order-insensitive vendor qualifiers
> were to be treated just like the predefined qualifiers const and
> volatile.

It does more or less convey that impression.

The problem, from the demangler perspective, is that the demangler
can't tell which vendor qualifiers are order-insensitive and which are
order-sensitive.  Thus any difference in behaviour between the two,
particularly in how they substitute, is a problem for the demangler.

Ian