[LLVMdev] API on JIT, code snippets
Reid Spencer
reid at x10sys.com
Sun Aug 8 13:21:22 PDT 2004
Valery,
I agree that there could be more examples of JIT-based interpreters, and
I like your idea. When can you have it ready? :)
Reid.
On Sun, 2004-08-08 at 13:11, Valery A.Khamenya wrote:
> 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
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040808/5188d9bb/attachment.sig>
More information about the llvm-dev
mailing list