<div dir="ltr">All code is jit-compiled, so there is nothing to check.<br><br><div>The jit helps sequentiell code only, if that is not your bottleneck you will not see any speedup.</div><div>as if your current code uses a lot of bif's/nif's and message passing.</div><div>And I guess there is still minor stuff that can be improved.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 24, 2021 at 6:01 PM Max Lapshin <<a href="mailto:max.lapshin@gmail.com">max.lapshin@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">Hi.<br>
<br>
I've tried to launch our flussonic under jit.<br>
<br>
Thank you a lot for this work.  We got zero speedup, but perf top have<br>
showed where we can achieve up to 20% of boost (or maybe more).<br>
<br>
<br>
Is it possible to introspect current jit status?  Something like:<br>
<br>
<br>
> jit:info().<br>
#{<br>
  calls => ...<br>
   misses => ...<br>
   ...<br>
}<br>
<br>
or what do you use to check it in runtime?<br>
</blockquote></div>