Are there any default dmd optimizations

Ali Çehreli acehreli at yahoo.com
Sat Feb 23 16:14:13 PST 2013


Does the compiler inline any function even without -inline?

What level of optimization is applied even without -O? One that comes to 
mind is the elision of certain struct object copies. Is such an 
optimization applied without -O? If so, are there similar other 
optimizations?

Thank you,
Ali



More information about the Digitalmars-d mailing list