<div>Dear all,</div>
<div>     I hope you enjoy your christmas! Recently I started to play lli with bc. I found that the lli only calls the main() function in bc file and then does nothing before the main() function returns, which means that the JIT::runFunction() function is involved only once with the main() function in bc file. If this was true, then lli does not have any control to the execution of program. Is this the case?</div>

<div>     What I was thinking lli would do is fetching each LLVM IR instruction and "execute" it with some tricks. Is there any option for JIT/lli to work like this?<br clear="all"><br>-- <br>Regards,<br>Heming Cui<br>
</div>