<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font face="Courier New, Courier, monospace">Hi <br>
      </font></p>
    <p><font face="Courier New, Courier, monospace">I'm Praveen
        Velliengiri, student from India. I'm working on developing a
        Speculative compilation support in LLVM ORC JIT Infrastructure.
        <br>
      </font></p>
    <p><font face="Courier New, Courier, monospace">As LLVM ORC supports
        compiling in multiple backend threads, it would be effective if
        we compile the functions speculatively before they are called by
        the executing function. So when we request JIT to compile a
        function, JIT will immediately returns the function address for
        raw executable bits. This will greatly reduce the JIT latencies
        in modern multi-core machines. And also I'm working on designing
        a ORC in-place dynamic profiling support, by this JIT will
        automatically able to identify the hot functions, and compile it
        in higher optimization level to achieve good performance. <br>
      </font></p>
    <p><font face="Courier New, Courier, monospace">I'm proposing this
        project for GSoC 2019. It would be helpful to know how this new
        features are effective to Mesa library, so that I include your
        comments in "View from Clients" proposal section.</font></p>
    <font face="Courier New, Courier, monospace">Please reply :) </font>
    <pre class="moz-signature" cols="72">-- 
Have a great day!
PreeJackie</pre>
  </body>
</html>