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=0.0 required=5.0 tests=none 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 E4C0DBC69 for ; Sun, 6 May 2007 21:49:22 +0200 (CEST) Received: from ipmail01.adl2.internode.on.net (ipmail01.adl2.internode.on.net [203.16.214.140]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id l46JnK4m008670 for ; Sun, 6 May 2007 21:49:22 +0200 X-IronPort-AV: E=Sophos;i="4.14,500,1170595800"; d="scan'208";a="124009915" Received: from ppp8-148.lns1.syd7.internode.on.net (HELO [192.168.1.201]) ([59.167.8.148]) by ipmail01.adl2.internode.on.net with ESMTP; 07 May 2007 05:19:18 +0930 Subject: 246 constructors? From: skaller To: "caml-list@inria.fr" Content-Type: text/plain Date: Mon, 07 May 2007 05:49:13 +1000 Message-Id: <1178480953.4443.4.camel@rosella.wigram> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Miltered: at discorde with ID 463E3140.001 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; constructors:01 constructors:01 non-terminal:01 byte:01 sourceforge:01 constructor:01 grammar:01 parse:02 terminal:04 generated:05 restriction:05 file:08 file:08 john:09 machine:09 I just got this message: File "dyp_parse.ml", line 492, characters 5-19461: Too many non-constant constructors -- maximum is 246 non-constant constructors Really??? (The file is generated by dypgen, it has a constructor for every terminal and non-terminal in the Felix grammar) At least on a 64 bit machine this is a sad restriction: any chance of a two byte code here? -- John Skaller Felix, successor to C++: http://felix.sf.net