Inline optimization

Michelle Long HappyDance321 at gmail.com
Tue Feb 26 02:43:36 UTC 2019


Given a function such as a computation that would benefit from 
running at full speed, is it possible to optimize only that 
function rather than the full program?

That is, compile with debug but optimize specific code:

pragma(optimize, "O3")
auto fastAdd(A,B)


More information about the Digitalmars-d mailing list