[fpc-devel] Copy/move operator

Sven Barth pascaldragon at googlemail.com
Tue Jun 18 17:07:41 CEST 2019


Ryan Joseph <genericptr at gmail.com> schrieb am Di., 18. Juni 2019, 16:09:

> Not sure about inline though,  I don’t think the compiler inlines these
> operators at all. FPC seems to have lots of non-inlinable code these days
> which is too bad. Maybe the LLVM backend will fix that someday?
>

Those operators can't be inlined, because they're called from helper code,
not from the compiler directly. The LLVM backend won't change anything
here.

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20190618/071b5247/attachment.html>


More information about the fpc-devel mailing list