Probably the easiest way to test this would be with the Microsoft
compiler because it can inline function calls from object code (maybe
ICC can do this as well; ?). You wouldn't need to move the
function implementations to a header, you could just declare them
__inline. At least for initial testing to see what kind of
difference it makes in the VM size and performance.
Er, I say that but changing LUA_API to __inline didn't work as
expected. Ah well, looks like more work than I thought to test
this.
--
// Chris