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 mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 6ECA7BC57 for ; Sat, 20 Nov 2010 12:49:35 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmoBAHtE50xKfVIukGdsb2JhbACBe5QKjFcIFQEBAQEJCQwHEQMfoH+LewEFjgIBBIVL X-IronPort-AV: E=Sophos;i="4.59,228,1288566000"; d="scan'208,217";a="80377602" Received: from mail-ww0-f46.google.com ([74.125.82.46]) by mail2-smtp-roc.national.inria.fr with ESMTP; 20 Nov 2010 12:49:35 +0100 Received: by wwf26 with SMTP id 26so3896493wwf.3 for ; Sat, 20 Nov 2010 03:49:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:references :in-reply-to:subject:date:organization:message-id:mime-version :content-type:x-mailer:thread-index:content-language; bh=hOCYlIzul/o7+Ax6TxertJQNhKx2xx/T/7FLTxE09F0=; b=YRgi4rBfNJED5pQcuQ8DANKkCSObfXLqvKsOp61Gv6hlz/jgmdncFaq0Fv9bU1dmf/ W+SFoiuPFHivve6mcMS//Boaub12KbdbhqJ5J2WBEeby2k3liV5YDB3n7LpkddvOfeVx StcJmxc4frMuNInNG4YU92VLO0EKBrS4GiXAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:references:in-reply-to:subject:date:organization :message-id:mime-version:content-type:x-mailer:thread-index :content-language; b=ReyWXMBALT5LaYv+HaAbtVtEe4j/sUm5ehA2ueSOedJ8aqgK9KkMm1hKYSHfBs+wCS BEMOn8qufoAh/8Cm5A/Nzl7H79Vnm4P39FGvHOLlECVTdV/GQL/5n1QpAn3kQNEdag1r WjQyNPafvPmwK195O3G4mUr0LBrroAwRrBsrs= Received: by 10.216.24.139 with SMTP id x11mr3024932wex.27.1290253774192; Sat, 20 Nov 2010 03:49:34 -0800 (PST) Received: from WinEight ([87.113.160.118]) by mx.google.com with ESMTPS id o43sm1270673weq.23.2010.11.20.03.49.31 (version=SSLv3 cipher=RC4-MD5); Sat, 20 Nov 2010 03:49:32 -0800 (PST) From: Jon Harrop To: "'Ashish Agarwal'" , "'Alain Frisch'" Cc: References: <4CE395D4.4000105@frisch.fr> In-Reply-To: Subject: RE: [Caml-list] Native toplevel? (was: OCamlJit 2.0) Date: Sat, 20 Nov 2010 11:49:28 -0000 Organization: Flying Frog Consultancy Message-ID: <04b901cb88a8$fd8c6170$f8a52450$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_04BA_01CB88A8.FD8C6170" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcuHqwMEDFbgDRKgTYShMmgmJWjYeAA/fF2g Content-Language: en-gb X-Spam: no; 0.00; toplevel:01 frisch:01 toplevel:01 frisch:01 prototyping:01 prototyping:01 recompile:01 recompile:01 2.0:98 2.0:98 wrote:01 wrote:01 caml-list:01 caml-list:01 alain:01 This is a multi-part message in MIME format. ------=_NextPart_000_04BA_01CB88A8.FD8C6170 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Also for interactive data massaging and visualization. From: caml-list-bounces@yquem.inria.fr [mailto:caml-list-bounces@yquem.inria.fr] On Behalf Of Ashish Agarwal Sent: 18 November 2010 16:50 To: Alain Frisch Cc: caml-list@yquem.inria.fr Subject: Re: [Caml-list] Native toplevel? (was: OCamlJit 2.0) On Wed, Nov 17, 2010 at 3:44 AM, Alain Frisch wrote: Does performance really matter that much for rapid prototyping/development? Rapid prototyping for me often involves a couple of lines of code that read in a very large file and do something with it. I have to keep compiling these small programs to native code because the performance of the toplevel is too slow. Then, I have to recompile and re-read the whole file for every little additional thing I want to compute. A high-performance toplevel would help in this kind of work. ------=_NextPart_000_04BA_01CB88A8.FD8C6170 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Also for interactive data massaging and = visualization.

 

From:= = caml-list-bounces@yquem.inria.fr = [mailto:caml-list-bounces@yquem.inria.fr] On Behalf Of Ashish = Agarwal
Sent: 18 November 2010 16:50
To: Alain = Frisch
Cc: caml-list@yquem.inria.fr
Subject: Re: = [Caml-list] Native toplevel? (was: OCamlJit = 2.0)

 

On Wed, = Nov 17, 2010 at 3:44 AM, Alain Frisch <alain@frisch.fr> = wrote:

Does = performance really matter that much for rapid = prototyping/development?

 

Rapid prototyping for me often involves a couple of = lines of code that read in a very large file and do something with it. I = have to keep compiling these small programs to native code because the = performance of the toplevel is too slow. Then, I have to recompile and = re-read the whole file for every little additional thing I want to = compute. A high-performance toplevel would help in this kind of = work.

 

------=_NextPart_000_04BA_01CB88A8.FD8C6170--