<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span><br></span></div><div><span>Sorry if it comes out a bit pushy bumping my own question, but it's been really difficult to find any info regarding this functionality</span></div><div><span>in the mailing list archives. Just some emails i've found from people working on NaCl:</span></div><div><span><br></span></div><div><span><a href="http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-December/046055.html">http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-December/046055.html</a> <br></span></div><div><span><br></span></div><div><span>is there a branch where this is being work on, or is internal chromium project so far? Also i'm not sure if this is exactly the same as what i'm looking for,</span></div><div>but it sounds similar enough</div><div><br></div>  <div style="font-size: 12pt; font-family: 'times new roman', 'new
 york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">De:</span></b> Charllls Alquarra <charlesneedspace@yahoo.com.ar><br> <b><span style="font-weight: bold;">Para:</span></b> "LLVMdev@cs.uiuc.edu" <> <br> <b><span style="font-weight: bold;">Enviado:</span></b> sábado, 2 de junio de 2012 12:14<br> <b><span style="font-weight: bold;">Asunto:</span></b> [LLVMdev] dynamic linkage for jit<br> </font> </div> <br><div id="yiv1612220681"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><div><br></div><div><br></div><div>Hi,</div><div><br></div><div>I want to execute functions in a module, this module will have dependencies resolved in other modules. the modules might change (dynamic
 compilation environment) so i would prefer not not link all the dependencies in a single monolithic module, that is, if it can be avoided</div><div><br></div><div>I hope to use Linker::linkModules but this is always destructive. That is ok for one module depending on a single one, since if that one changed, is no big deal, but isn't it overkill to rebuild and relink N-1 modules that did not change just because of a single one that changed?</div><div><br></div><div>I wonder if there is a non-destructive version of linkModules that can work for JIT execution. </div></div></div></div><br>_______________________________________________<br>LLVM Developers mailing list<br><a ymailto="mailto:LLVMdev@cs.uiuc.edu" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev"
 target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br><br><br> </div> </div>  </div></body></html>