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] Decimal Floating Point mangling was(Fw: [cxx-abi-dev] C++0x: Mangling of rvalue reference type)s


  • To: cxx-abi-dev@xxxxxxxxxxxxxxxx, michaelw@xxxxxxxxxx
  • Subject: Re: [cxx-abi-dev] Decimal Floating Point mangling was(Fw: [cxx-abi-dev] C++0x: Mangling of rvalue reference type)s
  • From: Dennis Handly <dhandly@xxxxxxxxxx>
  • Date: Thu, 28 Jun 2007 16:24:47 -0700 (PDT)

>From: Michael Wong <michaelw@xxxxxxxxxx>
>Also I meant to add that for Decimal Floating Point
>     Decimal32:          "p"
>     Decimal64:          "q"
>     Decimal128:         "r"

Will that "r" conflict with C99 restrict?
This of course would be even harder to demangle.

>we looked at the holes that remain in the one letter case and
>chose this rather then multiple letters.
Michael Wong

It may be time to use double letters.  Unfortunately "D" is taken, unless
you want something like Dp Dq Dr.  Or using "B". :-)