From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA14082; Sun, 23 Mar 2003 17:54:39 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id RAA13706 for ; Sun, 23 Mar 2003 17:54:38 +0100 (MET) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id h2NGsVf14187; Sun, 23 Mar 2003 17:54:31 +0100 (MET) Received: (from xleroy@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id RAA14498; Sun, 23 Mar 2003 17:54:30 +0100 (MET) Date: Sun, 23 Mar 2003 17:54:30 +0100 From: Xavier Leroy To: "Yaron M. Minsky" Cc: Caml List Subject: Re: [Caml-list] Compiling on ultrasparc Message-ID: <20030323175430.A14013@pauillac.inria.fr> References: <1048214637.16495.31.camel@dragonfly.localdomain> <1048249081.16494.49.camel@dragonfly.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <1048249081.16494.49.camel@dragonfly.localdomain>; from yminsky@CS.Cornell.EDU on Fri, Mar 21, 2003 at 07:18:02AM -0500 X-Spam: no; 0.00; caml-list:01 ultrasparc:01 ocamlopt:01 -bit:01 ocaml:01 supported:01 native-code:02 compiling:03 compilation:04 generally:05 platforms:05 source:07 distribution:07 readme:07 runs:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > I've gotten some replies on the ultrasparc, one of them indicating that > there is no native-code compilation for ultrasparc. Is this true? No. The (32-bit) code generated by the SPARC version of ocamlopt runs just fine on an UltraSPARC. It doesn't exploit the 64-bit instructions of the UltraSPARC, but unless you have more than 4Gb of memory, you shouldn't care too much. > More generally, is there a place where I can look up information as > to which platforms ocaml is supported on? For instance, the README file in the source distribution. - Xavier Leroy ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners