From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 4534A7EE25 for ; Tue, 5 Nov 2013 05:23:58 +0100 (CET) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of whitequark@whitequark.org) identity=pra; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of whitequark@whitequark.org designates 176.58.103.125 as permitted sender) identity=mailfrom; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail.whitequark.org) identity=helo; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="postmaster@mail.whitequark.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgsSAL9xeFKwOmd9/2dsb2JhbABZgz88gkhXhke1IUGBSHSCTxVVIQImAi4xG4d9CZxnjwiSOASBKYd+g06Cc4JVgUMDiTqgWYMrNw X-IPAS-Result: AgsSAL9xeFKwOmd9/2dsb2JhbABZgz88gkhXhke1IUGBSHSCTxVVIQImAi4xG4d9CZxnjwiSOASBKYd+g06Cc4JVgUMDiTqgWYMrNw X-IronPort-AV: E=Sophos;i="4.93,638,1378850400"; d="scan'208";a="33750373" Received: from fehu.whitequark.org (HELO mail.whitequark.org) ([176.58.103.125]) by mail3-smtp-sop.national.inria.fr with ESMTP; 05 Nov 2013 05:23:57 +0100 Received: by mail.whitequark.org (Postfix, from userid 33) id 8CEFD4D715; Tue, 5 Nov 2013 08:23:55 +0400 (MSK) To: X-PHP-Originating-Script: 1000:main.inc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 05 Nov 2013 08:23:55 +0400 From: Peter Zotov Message-ID: X-Sender: whitequark@whitequark.org User-Agent: Roundcube Webmail/0.8.6 Subject: [Caml-list] LLVM OCaml bindings Hello folks, I'm currently working on improving LLVM's OCaml bindings. There's been quite some progress so far[1]; the only major areas pending are AOT code generation and MCJIT support. I would be very interested to hear how are you using these bindings, or suggestions for future development. In particular, I'd like to understand the impact of breaking the API. [1]: https://github.com/llvm-mirror/llvm/commits/master/bindings/ocaml -- WBR, Peter Zotov.