<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 16, 2022 at 8:23 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">> The JIT now does type-based optimizations based on type information in the BEAM files.<br>
<br>
This is extremely interesting. Can you share any details about type<br>
optimizing? Maybe some example of optimized type hints?<br></blockquote><div><br></div><div>We use the type information known by the compiler to generate better code using the JIT.<br></div><div><br></div><div>You can read about one example here: <a href="https://github.com/erlang/otp/pull/5688">https://github.com/erlang/otp/pull/5688</a></div><div><br></div><div>Lukas</div></div></div>