<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Ryan Joseph <<a href="mailto:genericptr@gmail.com">genericptr@gmail.com</a>> schrieb am Di., 18. Juni 2019, 16:09:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>