From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.9 required=5.0 tests=DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id AE9C4BB83 for ; Sat, 9 Sep 2006 10:54:23 +0200 (CEST) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by nez-perce.inria.fr (8.13.6/8.13.6) with ESMTP id k898sMEv010325 for ; Sat, 9 Sep 2006 10:54:23 +0200 Received: by py-out-1112.google.com with SMTP id f25so1114037pyf for ; Sat, 09 Sep 2006 01:54:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c/JPriPZYRm1p2NXRadBrRJsh31wqDU53P0ISYsiGTwEo69Bxb+unNlfq9HQoRNHVocMskwKvdrxo8YDsbosRhsYXJMJzzamgOhPiNr6/HM194q9y9BnIV+goJF6wcNmsJBa+Gu9B+b/dTzgh5gtuA4aQGXMW/EaDyCJ/6c3zBo= Received: by 10.35.35.17 with SMTP id n17mr4552294pyj; Sat, 09 Sep 2006 01:54:21 -0700 (PDT) Received: by 10.35.89.12 with HTTP; Sat, 9 Sep 2006 01:54:21 -0700 (PDT) Message-ID: <4f1b77310609090154y3e3b3960of556962dce70d028@mail.gmail.com> Date: Sat, 9 Sep 2006 09:54:21 +0100 From: "F Reig" To: "Sachin Shah" Subject: Re: [Caml-list] OCaml and Quick C-- Output Cc: caml-list@inria.fr In-Reply-To: <388f6fcd0609081919v62d3879fq67cd6b2b290f0b44@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <388f6fcd0609081919v62d3879fq67cd6b2b290f0b44@mail.gmail.com> X-j-chkmail-Score: MSGID : 4502813E.000 on nez-perce : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 4502813E.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; reig:01 reig:01 ocaml:01 c--:01 ocaml:01 c--:01 2002.:98 wrote:01 caml-list:01 caml:02 groups:02 output:02 output:02 caa:05 thread:05 On 9/9/06, Sachin Shah wrote: > I found an old thread[1] stating that Fermin Reig had replaced the > OCaml code generator to output QC-- instead of Mach. However, I am > unable to find this generator in the current OCaml sources. Does > anyone have links to this source code or any papers that elaborate on > this? > > [1] http://groups.google.com/group/fa.caml/browse_thread/thread/cdff5128f6a2fa6b/1caa911cae4c6fc9?lnk=st&q=ocaml+to+C&rnum=9 The c-- generator is not part of the OCaml distribution. You can read about the implementation in my PhD dissertation, available from http://fermin.reig.googlepages.com/reig_phd_2002.pdf. Fermin