July 21, 2022

Godbolt now shows optimization pipeline steps for LDC, giving great insight into the LLVM optimization process, including some D-specific optimization passes (by LDC).

See an example with D-specific optimization (GC to stack): https://d.godbolt.org/z/rjbEPaehn

cheers,
Johan

July 21, 2022

On Thursday, 21 July 2022 at 17:58:17 UTC, Johan wrote:

>

Godbolt now shows optimization pipeline steps for LDC, giving great insight into the LLVM optimization process, including

Thanks for pointing this out, this was fun!