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: unassignedb...@nondot.org
          Reporter: lha...@gmail.com
                CC: llvmbugs@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.
_______________________________________________
LLVMbugs mailing list
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to