run.dlang.io can now display ASM + AST + IR

ikod geller.garry at gmail.com
Thu Jan 25 19:44:13 UTC 2018


On Thursday, 25 January 2018 at 19:22:19 UTC, Seb wrote:
> On Monday, 15 January 2018 at 22:50:55 UTC, kinke wrote:
>> On Sunday, 14 January 2018 at 04:18:41 UTC, Seb wrote:
>>> 3) IR (LDC only)
>>>
>>> https://run.dlang.io/is/BOTNDf
>>
>> Thanks Seb. I particularly like this feature. After a quick 
>> glance, the debuginfos (-g) seem to be needlessly enforced, 
>> bloating the IR.
>> A colored output would be a nice improvement; there's a plugin 
>> for the google-code-prettify JS library [1], which wouldn't 
>> increase the server load. Maybe there's one for asm too.
>>
>> [1] https://gist.github.com/ndabas/2850418
>
> Easy enough:
>
> https://github.com/dlang-tour/core-exec/pull/18
>
> I also added syntax coloring for LLVM IR, Assembly and D's AST 
> dump:
>
> https://github.com/dlang-tour/core/pull/643
>
> Anything else that would help you?

Is it possible to show demangled names in asm output (or this 
option already available)?


More information about the Digitalmars-d-announce mailing list