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

            Bug ID: 16796
           Summary: MCJIT/RuntimeDyld memory usage is inefficient.
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Generic Execution Engine Support
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

MCJIT and RuntimeDyld are currently fairly sloppy in their use of memory.
Several objects that are only needed during the compiling and loading phases
are kept in memory throughout the lifetime of the MCJIT engine. This makes use
of MCJIT prohibitively expensive on devices where memory is limited.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to