Tim Bunce <[EMAIL PROTECTED]> wrote:
> There may be scope for having two levels of API. One high level clean
> simple etc and the other a lower-level more performance oriented API.
> The former could be implemented in terms of the latter.

This is essentially what I meant by:

    inline i_foo() { BLA; }
    ...
    foo() { i_foo(); }

-John

Reply via email to