www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Godbolt now shows optimization pipeline steps for LDC

reply Johan <j j.nl> writes:
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
Jul 21 2022
parent Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= <ola.fosheim.grostad gmail.com> writes:
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!
Jul 21 2022