On 10/02/2014 05:27 PM, Burton Samograd wrote: > Are any types functions evaluated and inlined at compile time to > reduce run-time overhead (say like my head_tmpl that is taking a > constant string)? Any function called only once will be inlined. Functions called multiple times will be inlined or not based on configurable size thresholds.