Browse thread
Using OCaml's run-time from LLVM-generated native code
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Alain Frisch <alain@f...> |
| Subject: | Re: [Caml-list] Using OCaml's run-time from LLVM-generated native code |
Jon Harrop wrote: > This raises several questions for me: > > . Is this even possible? Yes. How could it not be possible? Run your example through cpp, you'll get a ``self-contained'' C program that uses only functions exported from OCaml's runtime. -- Alain