> Either way inlining is overrated unless the function is > both extremely small and frequently used, and yet still too messy to > make a macro. That depends on how you measure "small". A function consisting of a hundred-case switch, with most of the cases very small (e.g. a virtual machine) might well be worth inlining. -- Richard