Switch to list all druntime calls?

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Tue May 20 03:39:30 PDT 2014


Instead (or in addition) of this dmd compiler switch:

-vgc           list all hidden gc allocations

Isn't it more useful a compiler switch like "-noruntime" (similar 
to the switch of the ldc2 compiler) meant to list the lines of 
code where are implicit calls to runtime funcitions?

Bye,
bearophile


More information about the Digitalmars-d mailing list