Allow protocol stubs to be inlined
@jamey
Submitted by Jamey Sharp Assigned to Josh Triplett
Description
A substantial size and speed improvement can probably be obtained by generating 'extern inline' copies of request and reply functions in the auto-generated header files produced by c-client.xsl. The reply functions especially should result in no instructions after inlining; GCC already tail-call optimizes them into just a 'jmp' instruction, at least on x86.