You cannot have a pointer to an __inline function.
What functions are called by pointer dereference in the core? I
wouldn't think many (if so then there is even more performance to be
gained by eliminating those).
By the way, you can have a pointer to an inline function, it just won't be inlined.
--
// Chris