Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] llvm?

0 views
Skip to first unread message

Raoul Duke

unread,
Feb 10, 2010, 5:51:44 PM2/10/10
to OCaml
hi,

any news about / anybody working on ocaml-on-llvm?

just curious.

_______________________________________________
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

Jon Harrop

unread,
Feb 10, 2010, 7:18:02 PM2/10/10
to caml...@yquem.inria.fr
On Wednesday 10 February 2010 22:51:33 Raoul Duke wrote:
> hi,
>
> any news about / anybody working on ocaml-on-llvm?

I don't believe anyone is working on porting OCaml to LLVM.

The nearest work is probably my own HLVM project which reached a major
milestone recently and is now capable of high-performance parallel
programming:

http://flyingfrogblog.blogspot.com/2010/01/naive-parallelism-with-hlvm.html

From the point of view of an OCaml programmer, HLVM is a DSL that drops
various features from OCaml (e.g. polymorphic recursion) in order to provide
easily-obtained, predictable and high performance.

--
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e

0 new messages