From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id F4064BBBB for ; Tue, 14 Feb 2006 14:21:17 +0100 (CET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k1EDLHnJ002469 for ; Tue, 14 Feb 2006 14:21:17 +0100 Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id OAA01957 for ; Tue, 14 Feb 2006 14:21:16 +0100 (MET) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.200]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k1EDLGZl030524 for ; Tue, 14 Feb 2006 14:21:16 +0100 Received: by nproxy.gmail.com with SMTP id i2so21532nfe for ; Tue, 14 Feb 2006 05:21:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xk6YzwdHB5v6SCCUtS4XGFlrSmw8iA7gEvi/3h5FwZs+vjcf7uurZeKQE6ISMUaGwOMt7eg/tnS7APo7ClKNtx2tgPi10BuntE3tHRLsRyXDWSyHfnqRxF3hzx77zzlamT5T23Ymz1JQ0UdOIFuj4vSWC651+bq7bPFnzE6GQiM= Received: by 10.48.47.7 with SMTP id u7mr369107nfu; Tue, 14 Feb 2006 05:21:16 -0800 (PST) Received: by 10.49.30.16 with HTTP; Tue, 14 Feb 2006 05:21:16 -0800 (PST) Message-ID: <887071400602140521i3aaaa44dn7cf07220ccf55564@mail.gmail.com> Date: Tue, 14 Feb 2006 07:21:16 -0600 From: "Jeffrey J. Cook" Sender: jeffrey.j.cook@gmail.com To: Xavier Leroy Subject: Re: [Caml-list] Native code generator on Intel Macs Cc: caml-list@inria.fr In-Reply-To: <43EA0D84.8010805@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43EA0D84.8010805@inria.fr> X-Miltered: at concorde with ID 43F1D94D.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 43F1D94C.002 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; caml-list:01 macs:01 ocaml:01 macs:01 model:01 model:01 powerpc:01 macosx:01 powerpc:01 caml-list:01 beginner's:01 ocaml:01 beginners:01 bug:01 wrote:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_BY_IP autolearn=disabled version=3.0.3 Hi Xavier, If someone else hasn't already volunteered, we have a shiny new Intel iMac that I can compile what you need on it -- unfortunately I do not think I would be able to get you an account on the machine, however. - Jeff On 2/8/06, Xavier Leroy wrote: > > Does anybody know if/when OCaml will be able to run natively (i.e., > > generate native code) on the new Intel Macs? > > Shortly after a new shiny Intel MacBook lands on my desk. The 15" > model is however too heavy for my taste; I'm tempted to wait for a > smaller, lighter model. > > > I assume the major > > building blocks are already present but the cognoscenti still need to > > hook them up the right way. > > Based on the PowerPC/MacOSX and PowerPC/Linux ports, I'd expect the > changes to the x86 code generator to be small. If someone has an > Intel Mac and is willing to run a test for me (basically, compile a C > file of mine to assembler and mail me the generated assembly), that > would help planning the porting work. > > - Xavier Leroy > > _______________________________________________ > 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 >