<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi.  I'm very new to LLVM, and have read some of the documentation online.  Before I invest too much time, however, in learning about LLVM, I'd like to know if it can be used for my purpose.  We currently have a critical runtime component that evaluates expressions via interpretation.  The bytecode that we generate goes through various optimization phases similarly to that of optimizing language compilers (although definitely not as complete) before being evaluated at runtime.  For quite some time now we have been thinking about getting away from interpretation all-together and generating native code directly.<BR>
 <BR>
What I'd like to know is:<BR>
 <BR>
1) Is there an LLVM backend library that can take either a) a C source program in memory or b) an LLVM program in memory, as input and generate x86 instructions in memory?<BR>
 <BR>
2) HOw "light-weight" would a mechanism like this be?  I suppose that depends on what optimizations we decided to apply during this code-gen phase.<BR>
 <BR>
What we plan to do is invoke this in-memory compiler to generate the x86 instructions, and then ship them at runtime to our new expression evaluation engine that will simply set a function pointer to it and execute.<BR>
 <BR>
I heard of a compiler called TinyCC that basically has a library (libtcc) that can be invoked at runtime to generate x86 instructions directly from a C program stored in memory.  That's what I would like, but with the aggressive opts provided in the LLVM infrastructure.  Thanks so much for your time...<BR>
 <BR>
- Shasank<BR>                                       <br /><hr />Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. <a href='http://clk.atdmt.com/GBL/go/201469229/direct/01/' target='_new'>Sign up now.</a></body>
</html>