Displaying 1 result from an estimated 1 matches for "sparcmcinstprint".
Did you mean:
sparcmcinstprinter
2010 May 08
1
[LLVMdev] Scope of JIT implementation for the target?
I see that JIT isn't supported for the Sparc targets for example.
What is the scope of the change to add JIT support.
I see, for example, that for X86 target class X86JITInfo is defined with
10 methods. It's only used in one place: setPICBase. Also
createX86JITCodeEmitterPass creates JIT pass -- very simple.
So is implementing these steps enough to add JIT, or there are some
hidden