<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Martin Frb via fpc-devel <<a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>> schrieb am Di., 12. Nov. 2024, 11:12:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Following up some question on the forum:<br>
<a href="https://forum.lazarus.freepascal.org/index.php/topic,69149.msg537855.html#msg537855" rel="noreferrer noreferrer" target="_blank">https://forum.lazarus.freepascal.org/index.php/topic,69149.msg537855.html#msg537855</a><br>
<br>
I wanted to confirm one of my assumptions.<br>
<br>
If I start compiling a project (on any single file which could be <br>
program or library or unit, and could use other units that need to be <br>
compiled for it).<br>
<br>
So if I run one instance of fpc<br>
   fpc -options  ONE_FILENAME<br>
<br>
Then I should expect 2 processes, each process with one single thread?<br>
One process for fpc<br>
One process for the target specific ppc___<br>
<br>
And that is all?<br>
The one ppc will go through all the units needed?<br>
Or will it launch further ppc processes? (which would need to make sure <br>
that they don't eventually launch 2 ppc processes for one file <br>
recursively used via multiple of the primary used units)<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Correct for FPC itself, though of course the ppc might start additional processes like fpcres, as or ld. </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>