[LLVMdev] API on JIT, code snippets

Valery A.Khamenya khamenya at mail.ru
Sun Aug 8 13:11:03 PDT 2004


Hi all,

I think there is still too few docs/samples for those,
who'd like to write JIT-based interpreters.

Today, the real examples to learn from are rather:

- lli.cpp
- ModuleMaker.cpp
- Stacker

which is still unfortunatelly not that much 
about JITing :(

Well, what I am going to sell: 

What about very small JIT-based example similar 
to ModuleMaker?

I mean example, where, say, two simple functions are 
created, inserted to a Module/BasicBlock, then executed 
via JIT and result is passed to a driver. 
It would be really great.

Thanks.


---
Valery A.Khamenya





More information about the llvm-dev mailing list