[llvm-bugs] [Bug 25187] New: [JIT] Memory Manager interface should allow reporting of failures to users

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Oct 14 17:09:41 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=25187

            Bug ID: 25187
           Summary: [JIT] Memory Manager interface should allow reporting
                    of failures to users
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: MCJIT
          Assignee: unassignedbugs at nondot.org
          Reporter: davide at freebsd.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Currently the MemoryManager interface does not allow errors e.g. in case of
memory failures to be reported back to users. In most of the cases, the safest
action is that of exit()'ing with a condition error (see, e.g. r250350).
We may want to reevaluate the interface so that it's possible. Let's log a bug
here so we won't forget.

-- 
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/20151015/db544b27/attachment.html>


More information about the llvm-bugs mailing list