Displaying 3 results from an estimated 3 matches for "jitsupport".
Did you mean:
itsupport
2010 Feb 24
0
[LLVMdev] C Compiler written in OCaml, Pointers Wanted
...as creating an execution engine, JIT-ing a function with existing JIT
or interpret or, and evaluating a function,
as what http://llvm.org/docs/tutorial/OCamlLangImpl4.html shows.
But LLVM has not exposed the LLVM interfaces to design a new JIT
like http://llvm.org/docs/WritingAnLLVMBackend.html#jitSupport.
I did not find such bindings from
bindings/ocaml/executionengine/llvm_executionengine.ml.
Please fix me if I am wrong.
>
> Several major projects are using OCaml's LLVM bindings to execute non-trivial
> code via JIT.
Could you please point out what these projects are? I am very inte...
2010 Feb 24
2
[LLVMdev] C Compiler written in OCaml, Pointers Wanted
On Wednesday 24 February 2010 03:58:03 Jianzhou Zhao wrote:
> I think LLVM OCaml bindings do not support JIT too much.
Can you elaborate on this?
Several major projects are using OCaml's LLVM bindings to execute non-trivial
code via JIT.
--
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e
2010 Feb 28
1
[LLVMdev] C Compiler written in OCaml, Pointers Wanted
...tion engine, JIT-ing a function with existing JIT
> or interpret or, and evaluating a function,
> as what http://llvm.org/docs/tutorial/OCamlLangImpl4.html shows.
> But LLVM has not exposed the LLVM interfaces to design a new JIT
> like http://llvm.org/docs/WritingAnLLVMBackend.html#jitSupport.
> I did not find such bindings from
> bindings/ocaml/executionengine/llvm_executionengine.ml.
> Please fix me if I am wrong.
Your statements are correct but, given that you can write a complete compiler
in OCaml using LLVM's JIT compilation, I think it is OTT to say that
the "...