[fpc-pascal] inlining functions

Michael Van Canneyt michael at freepascal.org
Thu Oct 19 09:05:54 CEST 2006



On Thu, 19 Oct 2006, Marc Santhoff wrote:

> Hi,
> 
> when using "inline" on a procedure or function, does it completely avoid
> the call by copying anything inside the "begin ... end" block to the
> right place?

Yes, that's the idea.

Michael.



More information about the fpc-pascal mailing list