<div dir="ltr"><div style="font-family:arial,sans-serif;font-size:13px">I'm working on a programming language and am trying to use LLVM as its backend. I wonder if you can answer some of my questions related to LLVM</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">The language is being for developed for writing  web apps.</div>

<div style="font-family:arial,sans-serif;font-size:13px">Every class in my language is converted to a database relation and all operations on the objects are performed as database queries.</div><div style="font-family:arial,sans-serif;font-size:13px">

<br></div><div style="font-family:arial,sans-serif;font-size:13px">In a typical MVC application, where the web server has the code which interfaces with the database ( and the database itself does the heavy lifting like processing queries ) does generating LLVM IR for user defined functions which access the database ( say select * from emp where name = 'x' through a java api ) give performance benefits?</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Is there a real world case where LLVM has been used in such cases?If so can you please mention them?</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Can you kindly answer my question ?</div><div style="font-family:arial,sans-serif;font-size:13px">

<br></div><div style="font-family:arial,sans-serif;font-size:13px">Thanks</div><div style="font-family:arial,sans-serif;font-size:13px">Prakash</div></div>