[fpc-devel] inline of overloaded operators

Peter Vreman peter at freepascal.org
Fri May 20 00:43:37 CEST 2005


> hi,
>
> as you can see the "abs" function has been inlined correctly, but the
> "slash" operator is called.
> is this my fault - wrong operator definition - or can't I inline
> operators currently? are there any plans to do so?

Assembler procedures/functions/operators can't be inlined. For the near
future there are no plans to get it working. It is full of pitfalls. Also
Delphi 2005 doesn't allow inlining of assembler procedures.







More information about the fpc-devel mailing list