<div dir="ltr">Importing symbols into the JIT from an object file or static library...?<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 28, 2020 at 5:29 AM Lang Hames <<a href="mailto:lhames@gmail.com">lhames@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi Andres,<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">A topic that I'd find interesting is what it'd take to make it easier to<br>use profile guided optimization in the context of JIT.  A few years back<br>I crudely hacked this together, but it was fairly ugly. It'd be nice to<br>make that easier.  Possibly too complicated for that type of session?</blockquote></div><div><br></div><div>We couldn't go into detail, but we could kick off a discussion and identify who is interested in working on this. My pitch: We should solve this by investing in JITLink and implementing profiling (and debugger support) via ObjectLinkingLayer::Plugins. Maybe a brief overview of / discussion on how these work would be useful?</div><div><br></div><div>-- Lang.</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 25, 2020 at 7:19 PM Andres Freund <<a href="mailto:andres@anarazel.de" target="_blank">andres@anarazel.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 2020-09-25 19:05:42 -0700, Lang Hames wrote:<br>
> The 2020 Virtual LLVM Developer's Meeting is coming up the week after next.<br>
> I'll be hosting a JIT Birds-of-a-Feather session on Thursday the 8th at<br>
> 10:55am PDT (See <a href="http://llvm.org/devmtg/2020-09/schedule/" rel="noreferrer" target="_blank">http://llvm.org/devmtg/2020-09/schedule/</a>). I'm planning to<br>
> run this more like a Round Table: Minimal introduction, plenty of time for<br>
> discussion.<br>
> <br>
> Does anyone have any LLVM JIT related topics that they would particularly<br>
> like to discuss at this session? Any questions that they think could be<br>
> best answered by a round-table style discussion? I'll aim to rope in the<br>
> right people and prepare answers to make sure we get the most out of the<br>
> session.<br>
<br>
A topic that I'd find interesting is what it'd take to make it easier to<br>
use profile guided optimization in the context of JIT.  A few years back<br>
I crudely hacked this together, but it was fairly ugly. It'd be nice to<br>
make that easier.  Possibly too complicated for that type of session?<br>
<br>
I dimly recall that the main issue was that there is no good way to<br>
extract the profile information without going through files / applying<br>
the profile data without going through files.<br>
<br>
Greetings,<br>
<br>
Andres Freund<br>
</blockquote></div>
</blockquote></div>