Does anybody have example code that shows how to generate OCaml bindings at 
runtime with LLVM?

My goal is to compile an AST into code that uses OCaml functions within the 
same binary that's doing the compiling.

I don't think it can be done with OCaml since it requires a standalone 
assembler, linker, etc. Correct me if I'm wrong, though. Mine is a web-based 
compiler with potentially many concurrent sessions. Running gas, ld, etc. seems 
a much heavier and less scalable approach that generating code at runtime.

        Thanks and Happy New Year, Joel

---
http://wagerlabs.com

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Reply via email to