[fpc-pascal] Inlined functions from compiled units
Hairy Pixels
genericptr at gmail.com
Fri Jan 24 09:58:00 CET 2025
On Jan 24, 2025 at 2:01:09 PM, Sven Barth via fpc-pascal <
fpc-pascal at lists.freepascal.org> wrote:
> When a function has inlining enabled (either explicit with the inline
> directive or implicit through AutoInline optimization) then in addition to
> generating its code to the object file (for direct calls) the node tree is
> stored in the PPU. And this node tree is then used for inlining the
> function.
>
oh it’s in the PPU. Ok that makes sense. I guess that serves the same
purpose as the LTO system in other compilers. I was curious if this was
maybe something on the TOOD list or partially implemented. Thanks.
Regards,
Ryan Joseph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20250124/a6c2b2ae/attachment.htm>
More information about the fpc-pascal
mailing list