Why C++ compiles slowly

Jacob Carlborg doob at me.com
Wed Aug 25 00:42:51 PDT 2010


On 2010-08-25 02:38, bearophile wrote:
> Jonathan M Davis:
>> They probably aren't there because
>> ...
>
> In Bugzilla there are some pure-related bugs (3833, 3086/3831, maybe 4505) that I think need that attribute in the mangled string. But as usual I may be wrong, and other ways to solve those problems may be invented.
>
> Bye,
> bearophile

According to the ABI pure should already be in the mangled name (don't 
know if dmd follows that though). The mangled form looks like this:

FuncAttrPure:
     Na

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list