[Patch / Refactor] cutils inlining
This patch inlines a number of methods in the cutils unit that are either very simple or where constant propagation can make a lot of savings (e.g. if a particular index is specified), either now or in the future
**Criteria**
Apply patch and confirm correct compilation with no change to generated binary files but minute speed gains in the compiler.
[cutils-inlines.patch](/uploads/92502cd7f0d2b6e6031ea1db9e0ab230/cutils-inlines.patch).
issue