[LLVMbugs] [Bug 24224] New: Improvements to the LLVM C API for the JIT

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 22 19:42:47 PDT 2015


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

            Bug ID: 24224
           Summary: Improvements to the LLVM C API for the JIT
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Generic Execution Engine Support
          Assignee: unassignedbugs at nondot.org
          Reporter: lhames at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

This bug is an umbrella for discussion on improvements to the LLVM C API for
LLVM JIT support (both MCJIT and Orc).

The C API for the JIT in LLVM is a little long in the tooth. It still has some
hangovers from the legacy JIT, is still missing support for some MCJIT
functionality, and has no support whatsoever for the Orc JIT. We should
re-evaluate it, determine what (if anything) can be safely removed, and what
new features people would like to see. There is no schedule for this work, but
any changes will be happening in LLVM 3.8 or later.

-- 
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/20150723/b01842f8/attachment.html>


More information about the llvm-bugs mailing list