> 
> * Does GHC usually do inlining here?  In the marshalling
>   code for a single function, there can be quite lot of
>   these scopes being nested.  Will this have implications on
>   program performance?
> 
>   Simon, what do you reckon?  Is it inlined usually?

Should be.  The only way to tell is to look at some real code though; there
are a lot of factors affecting inlining, and sometimes the compiler needs a
helping hand.

Cheers,
        Simon

Reply via email to