[fpc-pascal] Inline and defines
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Jan 24 12:49:41 CET 2007
On 24 jan 2007, at 12:46, Jonas Maebe wrote:
> No, inline is and will always only be a hint. There are currently
> no provisions in the compiler which allow it to inform you in all
> cases where it does not perform the inlining (if you turn on
> warnings, it will warn for some cases).
>
> Implementing it for all cases is non-trivial and has low priority.
Actually, implementing the warning is easy, but always adding the
reason why it isn't inlined is more difficult.
Jonas
More information about the fpc-pascal
mailing list