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.3 required=5.0 tests=AWL,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 discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id C91B7BC69 for ; Fri, 30 Mar 2007 15:45:42 +0200 (CEST) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l2UDjgrE003549 for ; Fri, 30 Mar 2007 15:45:42 +0200 Received: by ug-out-1314.google.com with SMTP id k3so889182ugf for ; Fri, 30 Mar 2007 06:45:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mlc+ccPIht3v/rloUjWzRNvRCIB/ObVE54F/gvjnNrlfOnc5ILGd5ASsiTMNnacNE6noHgCk2N3iaFYWwKb6hZuE+w0LGsYVBdOJB0aErJKMSrBAyapCfsMEJ57g0XK1Y8Skp/Mbt3G4jLK8netpMEOzc5jL3HkNa+5Xpfe5Xis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B1N3d4LjklLVpGNq/qq+dSSTUoY+p1PjY4wb5cLIYCQ1sqbAIZMAAnuu47c+iPoeyorpKpnVjCGAsd2PLutwI+KYM+Slb5j2rAS5FQiT9qNuxaIm0mjls1Lx9Cpi9KiOyebLTV1HGrf3hCposxVRLcv2Uy9U4Y/2WgsNU4PI23w= Received: by 10.78.138.6 with SMTP id l6mr861154hud.1175262341445; Fri, 30 Mar 2007 06:45:41 -0700 (PDT) Received: by 10.78.21.20 with HTTP; Fri, 30 Mar 2007 06:45:41 -0700 (PDT) Message-ID: Date: Fri, 30 Mar 2007 09:45:41 -0400 From: "Markus Mottl" To: Francois.Pottier@inria.fr Subject: Re: [Caml-list] Size of produced parser: menhir vs ocamlyacc Cc: "Joel Reymont" , "Caml List" In-Reply-To: <20070330133151.GC6173@yquem.inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51E5CF1F-352C-434A-8C5E-2AA4E52EE520@gmail.com> <20070330133151.GC6173@yquem.inria.fr> X-j-chkmail-Score: MSGID : 460D1486.000 on discorde : j-chkmail score : X : 0/20 1 0.000 -> 1 X-Miltered: at discorde with ID 460D1486.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; markus:01 mottl:01 markus:01 mottl:01 parser:01 ocamlyacc:01 parsers:01 ocamlyacc:01 parsers:01 ocaml:01 wrote:01 caml-list:01 pottier:01 pottier:01 measurements:01 On 3/30/07, Francois Pottier wrote: > > I hope parsers produced by menhir is just as fast as those produce by > > ocamlyacc during execution! > > We did not perform any serious measurements, but we believe that we are > competitive. If you run a comparison, we would be interested in knowing > about the results. I also haven't done any serious benchmarks, but I remember seeing menhir beat ocamlyacc on some of my parsers. Regards, Markus -- Markus Mottl http://www.ocaml.info markus.mottl@gmail.com