Ryan Joseph <generic...@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

>
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to