<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Am Sa., 12. Jan. 2019, 13:05 hat denisgolovan <<a href="mailto:denisgolovan@yandex.ru">denisgolovan@yandex.ru</a>> geschrieben:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> However, what you actually can do, is manually recompile all units of your program<br>
> multiple times. While this won't help with inline functions called<br>
> before they are parsed in those same units, it will allow inlining of<br>
> function bodies in other units that were not available during the first<br>
> compilation due to dependency cycles.<br>
<br>
Eh.<br>
It does not look too practical, right?<br>
Unless there is some magical receipt for that :)<br></blockquote></div><div dir="auto"><br></div><div dir="auto">With WPO you need to compile at least twice as well as the first pass only collects information and acts on it in the second pass. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>