[LLVMbugs] [Bug 16796] New: MCJIT/RuntimeDyld memory usage is inefficient.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Aug 5 11:45:16 PDT 2013
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: unassignedbugs at nondot.org
Reporter: andrew.kaylor at intel.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130805/bb367c0e/attachment.html>
More information about the llvm-bugs
mailing list