pondlife wrote:
IMHO, it would be useful, but 7k sounds a bit OTT..

Does set_limiter_buffer() need to be inlined?

pondlife
It doesn't *have* to be inlined, but it's only called once so it really does make sense. I suppose I could rewrite it so that it's all one long procedure. But it reads cleaner this way, and inline should go a long way to eliminating function call overhead.

The 7k is mostly buffers and the code itself, which is whittled down pretty far already. There's not a lot of fat in there.

Reply via email to