C++17 cannot beat D surely

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Sun Jun 4 07:20:13 PDT 2017


On Sunday, 4 June 2017 at 14:13:24 UTC, Ola Fosheim Grøstad wrote:
> On Sunday, 4 June 2017 at 10:27:14 UTC, Vittorio Romeo wrote:
>> I see. Is there any argument that can be passed to ldc in 
>> order to strip the unused symbols?
>
> Doesn't the strip command work?

Oh wait, you didn't mean symbols, you meant code. LLVM has passes 
for that:

https://blog.quarkslab.com/global-dead-code-elimination-for-llvm-revisited.html



More information about the Digitalmars-d mailing list