[LLVMbugs] [Bug 755] NEW: [executionengine] Would be nice to be able to execute from multiple modules at a time

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Apr 28 12:00:52 PDT 2006


http://llvm.org/bugs/show_bug.cgi?id=755

           Summary: [executionengine] Would be nice to be able to execute
                    from multiple modules at a time
           Product: libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Generic Execution Engine Support
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


One spiffy feature for the execution engine would be the ability to give it multiple Module*'s to execute 
from.  The result would be the same as if they had all been linked together with the LLVM linker, however, 
this would allow functions to be lazily streamed off the disk on demand, instead of forcing the whole 
module to be loaded (which would be required to link them).

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list