Displaying 1 result from an estimated 1 matches for "ocaml_journ".
Did you mean:
  ocaml_journal
  
2008 Mar 10
0
[LLVMdev] The OCaml Journal: first article on LLVM
...sic use of LLVM for static and JIT compilation from OCaml 
programs, including passing data from OCaml to run-time generated code and 
the compilation of non-trivial expression trees (including control flow 
constructs).
The OCaml Journal is available here:
  http://www.ffconsultancy.com/products/ocaml_journal/?llvm
The ability to generate FFI code on-the-fly is one of the most interesting 
aspects of LLVM from the OCaml perspective because OCaml's very static 
compiler implementation currently requires interfaces to be predefined and 
coded up manually as C stubs that are statically linked into a...