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 LAA02191; Wed, 14 Jul 2004 11:43:19 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f 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 LAA02239 for ; Wed, 14 Jul 2004 11:43:18 +0200 (MET DST) Received: from yquem.inria.fr (yquem.inria.fr [128.93.8.37]) by nez-perce.inria.fr (8.12.10/8.12.10) with ESMTP id i6E9hGEV030475; Wed, 14 Jul 2004 11:43:17 +0200 Received: by yquem.inria.fr (Postfix, from userid 18180) id D7D52BBD8; Wed, 14 Jul 2004 11:43:16 +0200 (CEST) Date: Wed, 14 Jul 2004 11:43:16 +0200 From: Xavier Leroy To: John Prevost Cc: caml-list@inria.fr Subject: Re: [Caml-list] What's the current status of int32 and int64 boxing? Message-ID: <20040714094316.GA24083@yquem.inria.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Miltered: at nez-perce with ID 40F50034.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 boxing:01 unboxed:01 unboxed:01 arrays:01 arrays:01 bigarray:01 int:01 int:01 library:03 types:03 types:03 wondering:04 array:04 boxed:07 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > I was just wondering what exactly to expect for performance with int32 > and int64 types in records and arrays right now. Browsing through the > archives, I got the feeling that these types currently appear unboxed > in record types, but boxed in array types. Is that still correct? No: int32 and int64 are always boxed in records and arrays. Only "big arrays" (the Bigarray library) support unboxed int32 and int64 elements. - 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