Dwarf tag for D type qualifiers

Andrei Alexandrescu via Digitalmars-d digitalmars-d at puremagic.com
Sun Oct 4 23:23:17 PDT 2015


On 10/5/15 3:39 AM, deadalnix wrote:
> On Monday, 5 October 2015 at 01:35:23 UTC, deadalnix wrote:
>> It doesn't looks like we have Dwarf attribute for type qualifier. Is
>> there a non standard way to code theses ? Do someone know the
>> procedure to get these in the standard ?
>
> Ok got it : http://dwarfstd.org/Comment.php
>
> Andrei, Walter, one of you care to do it ? I do think the request would
> carry more weight if it comes from you guys.

Thanks. Just sent this:

"The D programming language (http://dlang.org) defines three type 
qualifiers: const, immutable, and shared. They are similar in effect on 
types to the qualifiers in other languages (such as const in C++). 
Adding attributes for these type qualifiers to DWARF would improve 
inspection and debugging of D programs."


Andrei




More information about the Digitalmars-d mailing list