What is TypeIdent in the ABI spec ?

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 7 02:47:18 PDT 2015


On Tuesday, 7 July 2015 at 07:24:45 UTC, Walter Bright wrote:
> On 7/6/2015 3:52 PM, deadalnix wrote:
>> On Sunday, 5 July 2015 at 05:23:41 UTC, Walter Bright wrote:
>>> On 7/4/2015 3:14 PM, deadalnix wrote:
>>>> http://dlang.org/abi.html#TypeIdent
>>>>
>>>> TypeIdent:
>>>>      I QualifiedName
>>>>
>>>> What is that ?
>>>
>>> It's used when there's an unresolved type.
>>
>> Unresolved types in the ABI ? Is that even possible ?
>
> I don't remember the cases, but yes.

I don't think we mean the same thing by "Unresolved types" . If 
the type is unknown, it is not possible to do codegen at all.


More information about the Digitalmars-d mailing list