[fpc-pascal] inlining functions

Jonas Maebe jonas at freepascal.org
Tue Jan 1 22:41:53 CET 2019


On 01/01/19 22:38, Benito van der Zander wrote:
> and why is it not inlining the count and append call of this string 
> builder? It is not using any implementation only function

Routines can only be inlined if they are called after their 
implementation has been parsed. FPC compiles everything in a single pass.


Jonas



More information about the fpc-pascal mailing list