[LLVMdev] Ahoy JIT Users

Wesley Peck peckw at wesleypeck.com
Fri Nov 12 18:01:31 PST 2010


Will this poking include converting the JIT to use the MC framework?

I've added an MC based asm parser, disassembler, and code emitter recently to the MBlaze backend and it would be nice to get JIT support automatically :)

-- Wesley Peck

On Nov 12, 2010, at 7:42 PM, Daniel Dunbar wrote:

> Hi,
> 
> I am starting to poke at the LLVM JIT, which seems to be in need of some TLC.
> 
> If you are a "sophisticated" JIT user and are using either internal
> APIs (either by integrating with LLVM, or by other C++ tricks), or are
> using obscure or poorly documented public APIs (e.g., why is
> runJITOnFunction exposed?) please make me aware of it!
> 
> I reserve the right to break anything which doesn't have a unit test
> in the tree. :)
> 
> I will try very hard to not break anything which *does* have an
> existing public interface.
> 
> Cheers,
> - Daniel
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev





More information about the llvm-dev mailing list