All Manuals > Delivery User Guide > 14 Efficiency considerations when coding for delivery

14.6 Declaring the types of variables used in function calls

You can minimize, or even eliminate, run time decisions about the types of function arguments by making them instances of a known type. This gives the compiler a chance to inline appropriate code or perform other optimizations.


Delivery User Guide - 01 Dec 2021 19:35:06